public class ReducedSymbol extends Object implements IReducedSymbol
| Modifier and Type | Class and Description |
|---|---|
static class |
ReducedSymbol.SyntheticSymbol |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_fullDescription |
| Constructor and Description |
|---|
ReducedSymbol(ISymbol arg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<IGosuAnnotation> |
getAnnotations() |
IExpression |
getDefaultValueExpression() |
String |
getDisplayName() |
String |
getFullDescription() |
IGosuClassInternal |
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 |
isReified() |
boolean |
isStatic() |
boolean |
isValueBoxed() |
static List<ISymbol> |
makeArgs(List<IReducedSymbol> args) |
protected String _fullDescription
public ReducedSymbol(ISymbol arg)
public Class<?> getSymbolClass()
getSymbolClass in interface IReducedSymbolpublic boolean isValueBoxed()
isValueBoxed in interface IReducedSymbolpublic int getIndex()
getIndex in interface IReducedSymbolpublic IExpression getDefaultValueExpression()
getDefaultValueExpression in interface IReducedSymbolpublic 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 boolean isReified()
isReified in interface IReducedSymbolpublic IType getType()
getType in interface IReducedSymbolpublic IScriptPartId getScriptPart()
getScriptPart in interface IReducedSymbolpublic IGosuClassInternal getGosuClass()
getGosuClass in interface IReducedSymbolpublic boolean hasTypeVariables()
hasTypeVariables in interface IReducedSymbolpublic static List<ISymbol> makeArgs(List<IReducedSymbol> args)
Copyright © 2018. All rights reserved.