Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
Java.FunctionDeclarator.FormalParameter |
Java.CatchClause.caughtException
Container for the type and the name of the caught exception.
|
Java.FunctionDeclarator.FormalParameter |
Java.ForEachStatement.currentElement
The 'current element local variable declaration' part of the 'enhanced FOR statement'.
|
Java.FunctionDeclarator.FormalParameter |
Java.ParameterAccess.formalParameter
The parameter to access.
|
Java.FunctionDeclarator.FormalParameter[] |
Java.FunctionDeclarator.FormalParameters.parameters
The parameters of this function, but not the
Java.FunctionDeclarator.FormalParameters.variableArity . |
Modifier and Type | Method and Description |
---|---|
Java.FunctionDeclarator.FormalParameter |
Parser.parseFormalParameter(boolean[] hasEllipsis)
FormalParameter := [ 'final' ] Type [ '.' '.' '.' ] Identifier BracketsOpt
|
Modifier and Type | Method and Description |
---|---|
Java.LocalVariable |
UnitCompiler.getLocalVariable(Java.FunctionDeclarator.FormalParameter parameter) |
Java.LocalVariable |
UnitCompiler.getLocalVariable(Java.FunctionDeclarator.FormalParameter parameter,
boolean isVariableArityParameter) |
Constructor and Description |
---|
CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body) |
ForEachStatement(Location location,
Java.FunctionDeclarator.FormalParameter currentElement,
Java.Rvalue expression,
Java.BlockStatement body) |
FormalParameters(Location location,
Java.FunctionDeclarator.FormalParameter[] parameters,
boolean variableArity) |
ParameterAccess(Location location,
Java.FunctionDeclarator.FormalParameter formalParameter) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseFormalParameter(Java.FunctionDeclarator.FormalParameter formalParameter) |
Copyright © 2001–2016. All rights reserved.