Interface VariableInternal
-
- All Superinterfaces:
AttributedObject
,Expression
,ExpressionInternal
,Node
,Statement
,Variable
- All Known Implementing Classes:
ExpressionFactory.VariableImpl
public interface VariableInternal extends ExpressionInternal, Variable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Mark the variable so that it is no longer in scope.boolean
isAvailable()
Returns true if this variable is still in scope.-
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, set
-
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.ExpressionInternal
isAssignable, type
-
-