Interface Variable
-
- All Superinterfaces:
Expression
- All Known Subinterfaces:
VariableInternal
- All Known Implementing Classes:
ExpressionFactory.VariableImpl
public interface Variable extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
ident()
Return the name of this variable.Type
type()
Return the type of this variable.
-
-
-
Method Detail
-
ident
java.lang.String ident()
Return the name of this variable.
-
type
Type type()
Return the type of this variable.- Returns:
- The variable type.
-
-