Package xyz.cofe.trambda.tcp.serv.cli
Class CallProxy
- java.lang.Object
-
- xyz.cofe.trambda.tcp.serv.cli.CallProxy
-
public class CallProxy extends Object
-
-
Field Summary
Fields Modifier and Type Field Description xyz.cofe.trambda.sec.Invoke<?>invoke
-
Constructor Summary
Constructors Constructor Description CallProxy(xyz.cofe.trambda.sec.Invoke<?> invoke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description xyz.cofe.trambda.bc.ByteCodegetInstruction()StringgetMethodName()StringgetMethodOwner()xyz.cofe.trambda.sec.MethodDescTypesgetMethodTypes()xyz.cofe.fn.Tuple2<xyz.cofe.trambda.LambdaDump,xyz.cofe.trambda.LambdaNode>getScope()
-
-
-
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()
-
-