Uses of Interface
gw.lang.reflect.ILocationInfo
-
Packages that use ILocationInfo Package Description gw.internal.gosu.parser gw.lang.reflect gw.lang.reflect.java -
-
Uses of ILocationInfo in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ILocationInfo Modifier and Type Method Description ILocationInfo
JavaConstructorInfo. getLocationInfo()
ILocationInfo
JavaFieldPropertyInfo. getLocationInfo()
ILocationInfo
JavaMethodInfo. getLocationInfo()
ILocationInfo
JavaPropertyInfo. getLocationInfo()
ILocationInfo
JavaTypeInfo. getLocationInfo()
-
Uses of ILocationInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement ILocationInfo Modifier and Type Class Description class
LocationInfo
Representation of a particular location in a particular source file.Fields in gw.lang.reflect declared as ILocationInfo Modifier and Type Field Description static ILocationInfo
ILocationInfo. EMPTY
Methods in gw.lang.reflect that return ILocationInfo Modifier and Type Method Description default ILocationInfo
IFeatureInfo. getLocationInfo()
ILocationInfo
PropertyInfoBuilder.BuiltPropertyInfo. getLocationInfo()
Methods in gw.lang.reflect with parameters of type ILocationInfo Modifier and Type Method Description MethodInfoBuilder
MethodInfoBuilder. withLocation(ILocationInfo locationInfo)
PropertyInfoBuilder
PropertyInfoBuilder. withLocation(ILocationInfo locationInfo)
-
Uses of ILocationInfo in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return ILocationInfo Modifier and Type Method Description default ILocationInfo
IJavaAnnotatedElement. getLocationInfo()
ILocationInfo
JavaSourceElement. getLocationInfo()
-