janino.net

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
 void accept(Visitor.TypeArgumentVisitor visitor)
          Invokes the 'visit...()' method of Visitor.TypeArgumentVisitor for the concrete Java.TypeArgument type.
 

Method Detail

accept

void accept(Visitor.TypeArgumentVisitor visitor)
Invokes the 'visit...()' method of Visitor.TypeArgumentVisitor for the concrete Java.TypeArgument type.


janino.net