org.glassfish.pfl.dynamic.codegen.spi
Interface Variable

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

public interface Variable
extends Expression


Method Summary
 String ident()
          Return the name of this variable.
 Type type()
          Return the type of this variable.
 

Method Detail

ident

String ident()
Return the name of this variable.


type

Type type()
Return the type of this variable.

Returns:
The variable type.


Copyright © 2013 Oracle. All Rights Reserved.