Uses of Class
gw.lang.parser.resources.ResourceKey
-
Packages that use ResourceKey Package Description gw.config gw.lang.parser gw.lang.parser.exceptions gw.lang.parser.resources gw.lang.parser.template -
-
Uses of ResourceKey in gw.config
Methods in gw.config with parameters of type ResourceKey Modifier and Type Method Description booleanIGosuLocalizationService. exists(ResourceKey key)StringIGosuLocalizationService. localize(ResourceKey key, Object... args) -
Uses of ResourceKey in gw.lang.parser
Methods in gw.lang.parser that return ResourceKey Modifier and Type Method Description ResourceKeyIParseIssue. getMessageKey()Methods in gw.lang.parser with parameters of type ResourceKey Modifier and Type Method Description voidIParsedElement. addParseException(ResourceKey msgKey, Object... args)voidIParsedElement. addParseWarning(ResourceKey msgKey, Object... args)IParseIssueIParsedElement. getImmediateParseIssue(ResourceKey errKey)booleanIParsedElement. hasImmediateParseIssue(ResourceKey errKey)booleanIParsedElement. hasParseException(ResourceKey errKey)booleanIParsedElement. hasParseWarning(ResourceKey errKey)ParserOptionsParserOptions. withIgnoreWarning(ResourceKey msgKey)Method parameters in gw.lang.parser with type arguments of type ResourceKey Modifier and Type Method Description voidIGosuParser. setIgnoreWarnings(Set<ResourceKey> ignoreWarnings) -
Uses of ResourceKey in gw.lang.parser.exceptions
Methods in gw.lang.parser.exceptions that return ResourceKey Modifier and Type Method Description ResourceKeyParseIssue. getMessageKey()Methods in gw.lang.parser.exceptions with parameters of type ResourceKey Modifier and Type Method Description protected static StringParseIssue. formatError(ResourceKey key, Object... msgArgs)List<IParseIssue>ParseResultsException. getParseExceptionsForKey(ResourceKey key)List<IParseIssue>ParseResultsException. getParseWarningsForKey(ResourceKey key)voidParseIssue. setMessage(ResourceKey key, Object... args)Constructors in gw.lang.parser.exceptions with parameters of type ResourceKey Constructor Description DoesNotOverrideFunctionException(IParserState standardParserState, ResourceKey resourceKey, CharSequence... functionName)ImplicitCoercionError(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)ImplicitCoercionWarning(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)ObsoleteConstructorWarning(IParserState standardParserState, ResourceKey msgObsoleteCtorSyntax)ParseException(IParserState parserState, ResourceKey messageKey, Object... args)ParseException(IParserState parserState, IType typeExpected, ResourceKey msgKey, Object... args)ParseException(Integer lineNumber, Integer lineOffset, Integer tokenColumn, Integer tokenStart, Integer tokenEnd, ISymbolTable symbolTable, ResourceKey key, Object... msgArgs)ParseIssue(IParserState parserState, ResourceKey key, Object... msgArgs)ParseIssue(Integer lineNumber, Integer lineOffset, Integer tokenColumn, Integer tokenStart, Integer tokenEnd, ISymbolTable symbolTable, ResourceKey key, Object... msgArgs)ParseWarning(IParserState state, ResourceKey msgKey, Object... msgArgs)ParseWarning(Integer lineNumber, Integer lineOffset, Integer tokenColumn, Integer tokenStart, Integer tokenEnd, ISymbolTable symbolTable, ResourceKey key, Object... msgArgs)WrongNumberOfArgsException(IParserState standardParserState, ResourceKey msgWrongNumberOfArgsToFunction, String paramSignature, int expectedArgs, int iArgs) -
Uses of ResourceKey in gw.lang.parser.resources
Methods in gw.lang.parser.resources with parameters of type ResourceKey Modifier and Type Method Description static booleanRes. exists(ResourceKey key)static StringRes. get(ResourceKey key, Object... args) -
Uses of ResourceKey in gw.lang.parser.template
Constructors in gw.lang.parser.template with parameters of type ResourceKey Constructor Description TemplateParseException(ResourceKey reason, int lineNumber, int column, int offset, String... args)TemplateParseException(String strReason, ParseResultsException pe, String strTemplateSource, int lineNumber, int column, int offset, ResourceKey reason, String[] args)
-