Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
Modifier and Type | Field and Description |
---|---|
Java.FunctionDeclarator.FormalParameter |
Java.CatchClause.caughtException |
Java.FunctionDeclarator.FormalParameter |
Java.ParameterAccess.formalParameter |
Java.FunctionDeclarator.FormalParameter[] |
Java.FunctionDeclarator.formalParameters |
Modifier and Type | Method and Description |
---|---|
Java.FunctionDeclarator.FormalParameter |
Parser.parseFormalParameter()
FormalParameter := [ 'final' ] Type Identifier BracketsOpt
|
Java.FunctionDeclarator.FormalParameter[] |
Parser.parseFormalParameters()
FormalParameters := '(' [ FormalParameter { ',' FormalParameter } ] ')'
|
Modifier and Type | Method and Description |
---|---|
Java.LocalVariable |
UnitCompiler.getLocalVariable(Java.FunctionDeclarator.FormalParameter fp) |
void |
UnparseVisitor.unparseFormalParameter(Java.FunctionDeclarator.FormalParameter fp) |
Constructor and Description |
---|
CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body) |
ConstructorDeclarator(Location location,
String optionalDocComment,
short modifiers,
Java.FunctionDeclarator.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation optionalConstructorInvocation,
List statements) |
FunctionDeclarator(Location location,
String optionalDocComment,
short modifiers,
Java.Type type,
String name,
Java.FunctionDeclarator.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions,
List optionalStatements) |
MethodDeclarator(Location location,
String optionalDocComment,
short modifiers,
Java.Type type,
String name,
Java.FunctionDeclarator.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions,
List optionalStatements) |
ParameterAccess(Location location,
Java.FunctionDeclarator.FormalParameter formalParameter) |
Copyright © 2001–2016. All rights reserved.