public interface IReducedSymbol
| Modifier and Type | Method and Description |
|---|---|
List<IGosuAnnotation> |
getAnnotations() |
IExpression |
getDefaultValueExpression() |
String |
getDisplayName() |
String |
getFullDescription() |
IGosuClass |
getGosuClass() |
int |
getIndex() |
int |
getModifiers() |
String |
getName() |
IScriptPartId |
getScriptPart() |
Class<?> |
getSymbolClass() |
IType |
getType() |
boolean |
hasTypeVariables() |
boolean |
isAbstract() |
boolean |
isFinal() |
boolean |
isInternal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isValueBoxed() |
boolean isStatic()
int getModifiers()
List<IGosuAnnotation> getAnnotations()
String getName()
String getDisplayName()
String getFullDescription()
boolean isPrivate()
boolean isInternal()
boolean isProtected()
boolean isPublic()
boolean isAbstract()
boolean isFinal()
IType getType()
IScriptPartId getScriptPart()
IGosuClass getGosuClass()
boolean hasTypeVariables()
Class<?> getSymbolClass()
boolean isValueBoxed()
int getIndex()
IExpression getDefaultValueExpression()
Copyright © 2016. All rights reserved.