-
Method Summary
void
Mark the variable so that it is no longer in scope.
boolean
Returns true if this variable is still in scope.
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.spi.Variable
ident, type
-
Method Details
-
isAvailable
boolean isAvailable()
Returns true if this variable is still in scope.
Only variables still in scope may be referenced in
expressions.
-
close
void close()
Mark the variable so that it is no longer in scope.