Package

com.github.saurfang.sas

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class PrivateMethodCaller extends AnyRef

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

    Permalink

    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