Interface Variable

All Superinterfaces:
Expression
All Known Subinterfaces:
VariableInternal
All Known Implementing Classes:
ExpressionFactory.VariableImpl

public interface Variable extends Expression
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the name of this variable.
    Return the type of this variable.
  • Method Details

    • ident

      String ident()
      Return the name of this variable.
    • type

      Type type()
      Return the type of this variable.
      Returns:
      The variable type.