package util
Type Members
- class PrivateMethodCaller extends AnyRef
-
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)