Uses of Interface
gw.lang.reflect.IModifierInfo
-
Packages that use IModifierInfo Package Description gw.internal.gosu.parser gw.lang.parser gw.lang.parser.expressions gw.lang.reflect gw.lang.reflect.gs -
-
Uses of IModifierInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IModifierInfo Modifier and Type Class Description classModifierInfoFields in gw.internal.gosu.parser with type parameters of type IModifierInfo Modifier and Type Field Description private java.util.Map<GosuBaseAttributedFeatureInfo,IModifierInfo>GosuClassTypeInfo. _modifierInfoByFeatureMethods in gw.internal.gosu.parser that return IModifierInfo Modifier and Type Method Description IModifierInfoGosuClassTypeInfo. getModifierInfo(GosuBaseAttributedFeatureInfo featureInfo)IModifierInfoMemberFieldSymbol. getModifierInfo()Methods in gw.internal.gosu.parser with parameters of type IModifierInfo Modifier and Type Method Description voidSymbol. replaceModifierInfo(IModifierInfo mi)voidGosuClassTypeInfo. setModifierInfo(GosuBaseAttributedFeatureInfo featureInfo, IModifierInfo modifierInfo)voidSymbol. setModifierInfo(IModifierInfo modifiers)voidModifierInfo. syncAnnotations(IModifierInfo from) -
Uses of IModifierInfo in gw.lang.parser
Methods in gw.lang.parser that return IModifierInfo Modifier and Type Method Description IModifierInfoISymbol. getModifierInfo() -
Uses of IModifierInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IModifierInfo Modifier and Type Method Description IModifierInfoIVarStatement. getModifierInfo() -
Uses of IModifierInfo in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type IModifierInfo Modifier and Type Method Description voidIModifierInfo. syncAnnotations(IModifierInfo modifierInfo)Deprecated. -
Uses of IModifierInfo in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IModifierInfo Modifier and Type Method Description IModifierInfoIGosuClass. getModifierInfo()
-