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 | Method and Description |
---|---|
Java.ReferenceType |
Parser.parseReferenceType()
ReferenceType := QualifiedIdentifier
|
Java.ReferenceType[] |
Parser.parseReferenceTypeList()
ReferenceTypeList := ReferenceType { ',' ReferenceType }
|
Modifier and Type | Method and Description |
---|---|
void |
UnparseVisitor.visitReferenceType(Java.ReferenceType rt) |
void |
Visitor.TypeVisitor.visitReferenceType(Java.ReferenceType rt) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseReferenceType(Java.ReferenceType rt) |
Copyright © 2001-2013. All Rights Reserved.