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 TypeMethodDescriptionbooleanIParseExceptionResolver.canResolve(ParseException e) voidIParseExceptionResolver.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.parserMethods in gw.internal.gosu.parser that return ParseExceptionModifier and TypeMethodDescriptionParsedElement.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 TypeMethodDescriptionGosuParser.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 IPropertyInfoBeanAccess.getPropertyInfo(IType classBean, IType whosAskin, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint) static IPropertyInfoBeanAccess.getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint) GosuIndustrialParkImpl.getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint) static IPropertyInfoBeanAccess.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 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 TypeClassDescriptionclassclassclassclassclassclassMethods in gw.lang.parser.exceptions that return ParseExceptionModifier and TypeMethodDescriptionParseException.getAlternateException()An alternate ParseException that may provide additional information.static ParseExceptionParseException.shallowCopy(ParseException source) static ParseExceptionParseException.wrap(Throwable t, IParserState state) Methods in gw.lang.parser.exceptions with parameters of type ParseExceptionModifier and TypeMethodDescriptionvoidParseException.setAlternateException(ParseException alternateException) static ParseExceptionParseException.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 IPropertyInfoTypeSystem.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)