Uses of Class
gw.lang.parser.exceptions.ParseException
-
Packages that use ParseException Package Description editor gw.internal.gosu.parser gw.lang gw.lang.parser gw.lang.parser.exceptions gw.lang.reflect gw.lang.reflect.gs -
-
Uses of ParseException in editor
Methods in editor with parameters of type ParseException Modifier and Type Method Description boolean
IParseExceptionResolver. canResolve(ParseException e)
void
IParseExceptionResolver. resolve(ParseException e)
Constructors in editor that throw ParseException Constructor Description BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter)
BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion)
BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral)
BeanInfoPopup(IType classBean, String strMemberPath, GosuEditor editor)
MetaInfoPopup(PackageType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)
MetaInfoPopup(IMetaType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)
-
Uses of ParseException in gw.internal.gosu.parser
Subclasses of ParseException in gw.internal.gosu.parser Modifier and Type Class Description class
PropertyNotFoundException
Methods in gw.internal.gosu.parser that return ParseException Modifier and Type Method Description ParseException
ParsedElement. removeParseException(ResourceKey keyToRemove)
Removes the specified parse exception or removes them all if the specified exception is null.Methods in gw.internal.gosu.parser that return types with arguments of type ParseException Modifier and Type Method Description List<ParseException>
GosuClassParser. resolveFunctionAndPropertyDecls(ISymbolTable table)
Methods in gw.internal.gosu.parser that throw ParseException Modifier and Type Method Description IConstructorType
GosuParser. getConstructorType(IType classBean, Expression[] eArgs, List<IConstructorType> listAllMatchingMethods, ParserBase parserState)
Get the type of the method specified in the member path.IFunctionType
GosuParser. getFunctionType(IType classBean, String functionName, Expression[] eArgs, List<IFunctionType> listAllMatchingMethods, GosuParser parser, boolean bMatchParamTypes)
static IPropertyInfo
BeanAccess. getPropertyInfo(IType classBean, IType whosAskin, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
IPropertyInfo
GosuIndustrialParkImpl. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfoDirectly(IType classBean, String strProperty)
Resolves the property directly, as if the type were requesting it, giving access to all properties -
Uses of ParseException in gw.lang
Methods in gw.lang that throw ParseException Modifier and Type Method Description IPropertyInfo
IGosuShop. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint)
-
Uses of ParseException in gw.lang.parser
Methods in gw.lang.parser that throw ParseException Modifier and Type Method Description IType
StandardCoercionManager. verifyTypesComparable(IType lhsType, IType rhsType, boolean bBiDirectional)
IType
StandardCoercionManager. verifyTypesComparable(IType lhsType, IType rhsType, boolean bBiDirectional, IFullParserState parserState)
-
Uses of ParseException in gw.lang.parser.exceptions
Subclasses of ParseException in gw.lang.parser.exceptions Modifier and Type Class Description class
DoesNotOverrideFunctionException
class
ImplicitCoercionError
class
NoCtorFoundException
class
NotImplementedParseException
class
SymbolNotFoundException
class
WrongNumberOfArgsException
Methods in gw.lang.parser.exceptions that return ParseException Modifier and Type Method Description ParseException
ParseException. getAlternateException()
An alternate ParseException that may provide additional information.static ParseException
ParseException. shallowCopy(ParseException source)
static ParseException
ParseException. wrap(Throwable t, IParserState state)
Methods in gw.lang.parser.exceptions with parameters of type ParseException Modifier and Type Method Description void
ParseException. setAlternateException(ParseException alternateException)
static ParseException
ParseException. shallowCopy(ParseException source)
Constructors in gw.lang.parser.exceptions with parameters of type ParseException Constructor Description ParseException(ParseException e)
-
Uses of ParseException in gw.lang.reflect
Methods in gw.lang.reflect that throw ParseException Modifier and Type Method Description static IPropertyInfo
TypeSystem. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint)
-
Uses of ParseException in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type ParseException Modifier and Type Method Description List<ParseException>
IGosuClassParser. resolveFunctionAndPropertyDecls(ISymbolTable table)
-