Class InvokeExpr

    • Field Detail

      • method

        public Method method
    • Constructor Detail

      • InvokeExpr

        public InvokeExpr​(Value.VT type,
                          Value[] args,
                          java.lang.String ownerType,
                          java.lang.String methodName,
                          java.lang.String[] argmentTypes,
                          java.lang.String returnType)