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