public abstract class ObjectType extends Type
parent| Constructor and Description |
|---|
ObjectType(java.lang.String s,
SyntaxTreeNode parent,
int offset) |
ObjectType(SyntaxTreeNode parent,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectType |
clone()
Author: J�rg B�uerle |
applyResultSet, checkTYPE, equals, get_Name, get_UsedId, getChildren, getInvolvedTypePlaceholder, getName, getOffset, getSimpleName, getSuperWildcardTypes, getUnresolvedTPH, getVariableLength, involves, printJavaCode, set_UsedId, setOffset, toString, TYPE, Type2Key, Type2StringaddTypeInsertPoints, getDescription, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, parserPostProcessing, seesTypepublic ObjectType(java.lang.String s,
SyntaxTreeNode parent,
int offset)
public ObjectType(SyntaxTreeNode parent, int offset)
public abstract ObjectType clone()
Type