Class CallProxy


  • public class CallProxy
    extends Object
    • Field Detail

      • invoke

        public final xyz.cofe.trambda.sec.Invoke<?> invoke
    • Constructor Detail

      • CallProxy

        public CallProxy​(xyz.cofe.trambda.sec.Invoke<?> invoke)
    • Method Detail

      • getMethodOwner

        public String getMethodOwner()
      • getMethodName

        public String getMethodName()
      • getMethodTypes

        public xyz.cofe.trambda.sec.MethodDescTypes getMethodTypes()
      • getScope

        public xyz.cofe.fn.Tuple2<xyz.cofe.trambda.LambdaDump,​xyz.cofe.trambda.LambdaNode> getScope()
      • getInstruction

        public xyz.cofe.trambda.bc.ByteCode getInstruction()