Interface TypeTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
BaseType
,FieldTypeSignature
,ReturnType
,TypeArgument
,TypeSignature
- All Known Implementing Classes:
ArrayTypeSignature
,BooleanSignature
,BottomSignature
,ByteSignature
,CharSignature
,ClassTypeSignature
,DoubleSignature
,FloatSignature
,FormalTypeParameter
,IntSignature
,LongSignature
,ShortSignature
,SimpleClassTypeSignature
,TypeVariableSignature
,VoidSignature
,Wildcard
public interface TypeTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(TypeTreeVisitor<?> v)
-
-
-
Method Detail
-
accept
void accept(TypeTreeVisitor<?> v)
-
-