JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
ident
()
Return the name of this variable.
Type
type
()
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.