public class DefaultReducedSymbol extends Object implements IReducedSymbol
| Constructor and Description |
|---|
DefaultReducedSymbol(String name,
IType type) |
| Modifier and Type | Method and Description |
|---|---|
IReducedSymbol |
createReducedSymbol() |
List<IGosuAnnotation> |
getAnnotations() |
IExpression |
getDefaultValueExpression() |
String |
getDisplayName() |
String |
getFullDescription() |
IGosuClass |
getGosuClass() |
int |
getIndex() |
int |
getModifiers() |
String |
getName() |
GlobalScope |
getScope() |
IScriptPartId |
getScriptPart() |
Class |
getSymbolClass() |
IType |
getType() |
boolean |
hasTypeVariables() |
boolean |
isAbstract() |
boolean |
isFinal() |
boolean |
isInternal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isValueBoxed() |
void |
setType(IType type) |
public boolean isStatic()
isStatic in interface IReducedSymbolpublic int getModifiers()
getModifiers in interface IReducedSymbolpublic List<IGosuAnnotation> getAnnotations()
getAnnotations in interface IReducedSymbolpublic String getName()
getName in interface IReducedSymbolpublic String getDisplayName()
getDisplayName in interface IReducedSymbolpublic String getFullDescription()
getFullDescription in interface IReducedSymbolpublic boolean isPrivate()
isPrivate in interface IReducedSymbolpublic boolean isInternal()
isInternal in interface IReducedSymbolpublic boolean isProtected()
isProtected in interface IReducedSymbolpublic boolean isPublic()
isPublic in interface IReducedSymbolpublic boolean isAbstract()
isAbstract in interface IReducedSymbolpublic boolean isFinal()
isFinal in interface IReducedSymbolpublic IType getType()
getType in interface IReducedSymbolpublic IScriptPartId getScriptPart()
getScriptPart in interface IReducedSymbolpublic IGosuClass getGosuClass()
getGosuClass in interface IReducedSymbolpublic boolean hasTypeVariables()
hasTypeVariables in interface IReducedSymbolpublic Class getSymbolClass()
getSymbolClass in interface IReducedSymbolpublic GlobalScope getScope()
getScope in interface IReducedSymbolpublic boolean isValueBoxed()
isValueBoxed in interface IReducedSymbolpublic int getIndex()
getIndex in interface IReducedSymbolpublic IExpression getDefaultValueExpression()
getDefaultValueExpression in interface IReducedSymbolpublic void setType(IType type)
public IReducedSymbol createReducedSymbol()
Copyright © 2015. All rights reserved.