public class TypeNameTokenCollection extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<ETokenType> |
NON_SEPARATED_TOKENS
Token types that need no separator when they are formatted as typename.
|
Constructor and Description |
---|
TypeNameTokenCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addToken(IToken typeNameToken)
Adds a token that belongs to the type name.
|
java.lang.String |
formatTypeName()
Formats the type name.
|
void |
markPrimitive()
Marks the type as a primitive one.
|
public static final java.util.EnumSet<ETokenType> NON_SEPARATED_TOKENS
public TypeNameTokenCollection()
public void markPrimitive()
public void addToken(IToken typeNameToken)
public java.lang.String formatTypeName()