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 booleanIParseExceptionResolver. canResolve(ParseException e)voidIParseExceptionResolver. resolve(ParseException e)Constructors in editor that throw ParseException Constructor Description BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, GosuEditor editor)MetaInfoPopup(PackageType type, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)MetaInfoPopup(IMetaType type, java.lang.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 classPropertyNotFoundExceptionFields in gw.internal.gosu.parser declared as ParseException Modifier and Type Field Description private ParseExceptionArgExceptionInfo. _peMethods in gw.internal.gosu.parser that return ParseException Modifier and Type Method Description ParseExceptionArgExceptionInfo. getPe()ParseExceptionParsedElement. 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 java.util.List<ParseException>GosuClassParser. resolveFunctionAndPropertyDecls(ISymbolTable table)Methods in gw.internal.gosu.parser that throw ParseException Modifier and Type Method Description private voidGosuParser. checkForStaticMethod(IType classBean, Expression[] eArgs, java.lang.String strMethod, GosuParser parserState)IConstructorTypeGosuParser. getConstructorType(IType classBean, Expression[] eArgs, java.util.List<IConstructorType> listAllMatchingMethods, ParserBase parserState)Get the type of the method specified in the member path.IFunctionTypeGosuParser. getFunctionType(IType classBean, java.lang.String functionName, Expression[] eArgs, java.util.List<IFunctionType> listAllMatchingMethods, GosuParser parser, boolean bMatchParamTypes)static IPropertyInfoBeanAccess. getPropertyInfo(IType classBean, IType whosAskin, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)IPropertyInfoGosuIndustrialParkImpl. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfoDirectly(IType classBean, java.lang.String strProperty)Resolves the property directly, as if the type were requesting it, giving access to all propertiesprivate voidGosuParser. verifyPropertyWritable(IType classRoot, java.lang.String strProperty, boolean bFromObjInitializer)Constructors in gw.internal.gosu.parser with parameters of type ParseException Constructor Description ArgExceptionInfo(int iArgIndex, ParseException pe, IToken parserState, IType expectedType, IType expectedQualifierType) -
Uses of ParseException in gw.lang
Methods in gw.lang that throw ParseException Modifier and Type Method Description IPropertyInfoIGosuShop. getPropertyInfo(IType classBean, java.lang.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 ITypeStandardCoercionManager. verifyTypesComparable(IType lhsType, IType rhsType, boolean bBiDirectional)ITypeStandardCoercionManager. 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 classDoesNotOverrideFunctionExceptionclassImplicitCoercionErrorclassNoCtorFoundExceptionclassNotImplementedParseExceptionclassSymbolNotFoundExceptionclassWrongNumberOfArgsExceptionFields in gw.lang.parser.exceptions declared as ParseException Modifier and Type Field Description private ParseExceptionParseException. _alternateExceptionMethods in gw.lang.parser.exceptions that return ParseException Modifier and Type Method Description ParseExceptionParseException. getAlternateException()An alternate ParseException that may provide additional information.static ParseExceptionParseException. shallowCopy(ParseException source)static ParseExceptionParseException. wrap(java.lang.Throwable t, IParserState state)Methods in gw.lang.parser.exceptions with parameters of type ParseException Modifier and Type Method Description voidParseException. setAlternateException(ParseException alternateException)static ParseExceptionParseException. 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 IPropertyInfoTypeSystem. getPropertyInfo(IType classBean, java.lang.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 java.util.List<ParseException>IGosuClassParser. resolveFunctionAndPropertyDecls(ISymbolTable table)
-