package bluej.parser.entity;

import bluej.debugger.gentype.GenTypeParameter;
import threadchecker.OnThread;
import threadchecker.Tag;


| A base type for representing type arguments as they occur in a source program. | | <p>This type does not extend JavaEntity, as it is more specialised. | | @author Davin McCall | public abstract class TypeArgumentEntity {
| Get the type parameter. This requires resolving the bound if not already done, | and so may return null if the bound is not a valid type. | @OnThread(Tag.FXPlatform) public abstract GenTypeParameter getType(); }
top, use, map, abstract class TypeArgumentEntity

.   getType




11 neLoCode + 5 LoComm