Class BlockLiteral

    • Constructor Detail

      • BlockLiteral

        public BlockLiteral()
    • Method Detail

      • setArgTypes

        public void setArgTypes​(List<IType> paramTypes)
        Parameters:
        paramTypes - If this is a parameterized type, these are the parameter types.
      • setReturnType

        public void setReturnType​(TypeLiteral returnType)
      • toString

        public String toString()
        Description copied from class: Expression
        Subclasses should return a String representing the parsed expression.
        Overrides:
        toString in class TypeLiteral