Uses of Class
gw.lang.parser.exceptions.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in editor
Methods in editor with parameters of type ParseExceptionModifier and TypeMethodDescriptionboolean
IParseExceptionResolver.canResolve
(ParseException e) void
IParseExceptionResolver.resolve
(ParseException e) Constructors in editor that throw ParseExceptionModifierConstructorDescriptionBeanInfoPopup
(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.parserFields in gw.internal.gosu.parser declared as ParseExceptionMethods in gw.internal.gosu.parser that return ParseExceptionModifier and TypeMethodDescriptionArgExceptionInfo.getPe()
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 ParseExceptionModifier and TypeMethodDescriptionGosuClassParser.resolveFunctionAndPropertyDecls
(ISymbolTable table) Methods in gw.internal.gosu.parser that throw ParseExceptionModifier and TypeMethodDescriptionprivate void
GosuParser.checkForStaticMethod
(IType classBean, Expression[] eArgs, String strMethod, GosuParser parserState) GosuParser.getConstructorType
(IType classBean, Expression[] eArgs, List<IConstructorType> listAllMatchingMethods, ParserBase parserState) Get the type of the method specified in the member path.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) 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 propertiesprivate void
GosuParser.verifyPropertyWritable
(IType classRoot, String strProperty, boolean bFromObjInitializer) Constructors in gw.internal.gosu.parser with parameters of type ParseExceptionModifierConstructorDescriptionArgExceptionInfo
(int iArgIndex, ParseException pe, IToken parserState, IType expectedType, IType expectedQualifierType) -
Uses of ParseException in gw.lang
Methods in gw.lang that throw ParseExceptionModifier and TypeMethodDescriptionIGosuShop.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 ParseExceptionModifier and TypeMethodDescriptionStandardCoercionManager.verifyTypesComparable
(IType lhsType, IType rhsType, boolean bBiDirectional) 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.exceptionsModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in gw.lang.parser.exceptions declared as ParseExceptionMethods in gw.lang.parser.exceptions that return ParseExceptionModifier and TypeMethodDescriptionParseException.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 ParseExceptionModifier and TypeMethodDescriptionvoid
ParseException.setAlternateException
(ParseException alternateException) static ParseException
ParseException.shallowCopy
(ParseException source) Constructors in gw.lang.parser.exceptions with parameters of type ParseException -
Uses of ParseException in gw.lang.reflect
Methods in gw.lang.reflect that throw ParseExceptionModifier and TypeMethodDescriptionstatic 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 ParseExceptionModifier and TypeMethodDescriptionIGosuClassParser.resolveFunctionAndPropertyDecls
(ISymbolTable table)