Package org.codehaus.janino
Interface Java.TypeArgument
-
- All Known Implementing Classes:
Java.ArrayType
,Java.ReferenceType
,Java.Wildcard
- Enclosing class:
- Java
public static interface Java.TypeArgument
Representation of a JLS7 4.5.1 type argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Visitor.TypeArgumentVisitor visitor)
Invokes the 'visit...()
' method ofVisitor.TypeArgumentVisitor
for the concreteJava.TypeArgument
type.
-
-
-
Method Detail
-
accept
void accept(Visitor.TypeArgumentVisitor visitor)
Invokes the 'visit...()
' method ofVisitor.TypeArgumentVisitor
for the concreteJava.TypeArgument
type.
-
-