Packages

package util

Type Members

  1. class PrivateMethodCaller extends AnyRef
  2. case class PrivateMethodExposer(x: AnyRef) extends Product with Serializable

    Use this to invoke private methods in com.epam.parso.impl.SasFileParser so we don't need to modify it Credits to https://gist.github.com/jorgeortiz85/908035 Usage: p(instance)('privateMethod)(arg1, arg2, arg3)

Ungrouped