Class FieldToAccessorTExpr

    • Constructor Detail

      • FieldToAccessorTExpr

        public FieldToAccessorTExpr​(TypedExpression scope,
                                    java.lang.reflect.Method accessor,
                                    java.util.List<TypedExpression> arguments)
      • FieldToAccessorTExpr

        public FieldToAccessorTExpr​(TypedExpression scope,
                                    java.lang.reflect.Method accessor)
    • Method Detail

      • getType

        public java.util.Optional<java.lang.reflect.Type> getType()
        Specified by:
        getType in interface TypedExpression
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object