Uses of Class
com.twineworks.tweakflow.lang.errors.LangException
Packages that use LangException
Package
Description
-
Uses of LangException in com.twineworks.tweakflow.lang.analysis
Methods in com.twineworks.tweakflow.lang.analysis that return LangExceptionMethods in com.twineworks.tweakflow.lang.analysis that return types with arguments of type LangExceptionModifier and TypeMethodDescriptionAnalysisResult.getRecoveryErrors()AnalysisSet.getRecoveryErrors()Methods in com.twineworks.tweakflow.lang.analysis with parameters of type LangExceptionModifier and TypeMethodDescriptionstatic AnalysisResultAnalysisResult.error(LangException exception, long analysisDurationMillis) Method parameters in com.twineworks.tweakflow.lang.analysis with type arguments of type LangExceptionModifier and TypeMethodDescriptionstatic AnalysisResultAnalysisResult.recovery(ArrayList<LangException> recoveryErrors, AnalysisSet analysisSet, long analysisDurationMillis) -
Uses of LangException in com.twineworks.tweakflow.lang.analysis.ops
Constructor parameters in com.twineworks.tweakflow.lang.analysis.ops with type arguments of type LangExceptionModifierConstructorDescriptionOpBuilderVisitor(boolean recovery, List<LangException> recoveryErrors) -
Uses of LangException in com.twineworks.tweakflow.lang.analysis.references
Constructor parameters in com.twineworks.tweakflow.lang.analysis.references with type arguments of type LangExceptionModifierConstructorDescriptionDependencyVerificationVisitor(boolean recovery, List<LangException> recoveryErrors) MetaDataAnalysisVisitor(boolean recovery, List<LangException> recoveryErrors) -
Uses of LangException in com.twineworks.tweakflow.lang.analysis.scope
Constructor parameters in com.twineworks.tweakflow.lang.analysis.scope with type arguments of type LangExceptionModifierConstructorDescriptionExpressionResolverVisitor(boolean recovery, List<LangException> recoveryErrors) ScopeBuilderVisitor(Scope topLevelScope, boolean recovery, List<LangException> recoveryErrors) -
Uses of LangException in com.twineworks.tweakflow.lang.errors
Methods in com.twineworks.tweakflow.lang.errors that return LangExceptionModifier and TypeMethodDescriptionLangException.putIfAbsent(String key, Object value) LangException.setSourceInfo(SourceInfo sourceInfo) static LangExceptionstatic LangExceptionstatic LangException -
Uses of LangException in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter that return LangExceptionMethods in com.twineworks.tweakflow.lang.interpreter with parameters of type LangExceptionModifier and TypeMethodDescriptionstatic EvaluationResultEvaluationResult.error(LangException exception) -
Uses of LangException in com.twineworks.tweakflow.lang.load
Methods in com.twineworks.tweakflow.lang.load that return types with arguments of type LangExceptionMethod parameters in com.twineworks.tweakflow.lang.load with type arguments of type LangExceptionModifier and TypeMethodDescriptionstatic AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, boolean recovery, List<LangException> recoveryErrors) static AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) -
Uses of LangException in com.twineworks.tweakflow.lang.parse
Methods in com.twineworks.tweakflow.lang.parse that return LangExceptionMethods in com.twineworks.tweakflow.lang.parse that return types with arguments of type LangExceptionMethods in com.twineworks.tweakflow.lang.parse with parameters of type LangExceptionModifier and TypeMethodDescriptionstatic ParseResultParseResult.error(LangException exception, long parseDurationMillis, long buildDurationMillis) Method parameters in com.twineworks.tweakflow.lang.parse with type arguments of type LangExceptionModifier and TypeMethodDescriptionNodeBuilder.buildNode(org.antlr.v4.runtime.ParserRuleContext ctx, boolean recovery, List<LangException> recoveryErrors) static ParseResultParseResult.recovery(ArrayList<LangException> errors, Node node, long parseDurationMillis, long buildDurationMillis) -
Uses of LangException in com.twineworks.tweakflow.lang.parse.builders
Constructor parameters in com.twineworks.tweakflow.lang.parse.builders with type arguments of type LangExceptionModifierConstructorDescriptionAliasBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) DocBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) ExportBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) ExpressionBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) GeneratorBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) ImportBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) InteractiveBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) LibraryBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) MatchLineBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) MatchPatternBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) MetaBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) ModuleBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) ModuleHeadBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) UnitBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) VarDefBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) ViaBuilder(ParseUnit parseUnit, boolean recovery, List<LangException> recoveryErrors) -
Uses of LangException in com.twineworks.tweakflow.lang.parse.util
Methods in com.twineworks.tweakflow.lang.parse.util that return LangExceptionModifier and TypeMethodDescriptionstatic LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, com.twineworks.tweakflow.grammar.TweakFlowLexer lexer, org.antlr.v4.runtime.CommonTokenStream tokens, org.antlr.v4.runtime.LexerNoViableAltException e) static LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, com.twineworks.tweakflow.grammar.TweakFlowLexer lexer, org.antlr.v4.runtime.CommonTokenStream tokens, org.antlr.v4.runtime.misc.ParseCancellationException e) static LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, com.twineworks.tweakflow.grammar.TweakFlowParser parser, org.antlr.v4.runtime.FailedPredicateException e) static LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, com.twineworks.tweakflow.grammar.TweakFlowParser parser, org.antlr.v4.runtime.InputMismatchException e) static LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, com.twineworks.tweakflow.grammar.TweakFlowParser parser, org.antlr.v4.runtime.misc.ParseCancellationException e) static LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, com.twineworks.tweakflow.grammar.TweakFlowParser parser, org.antlr.v4.runtime.NoViableAltException e) static LangExceptionParseErrorHelper.exceptionFor(ParseUnit parseUnit, org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object o, int line, int charIndex, String message, org.antlr.v4.runtime.RecognitionException e) ParseError.getError()Methods in com.twineworks.tweakflow.lang.parse.util that return types with arguments of type LangExceptionConstructors in com.twineworks.tweakflow.lang.parse.util with parameters of type LangException -
Uses of LangException in com.twineworks.tweakflow.lang.scope
Method parameters in com.twineworks.tweakflow.lang.scope with type arguments of type LangExceptionModifier and TypeMethodDescriptionstatic SymbolScopes.resolve(ReferenceNode node, boolean recovery, List<LangException> recoveryErrors) -
Uses of LangException in com.twineworks.tweakflow.util
Methods in com.twineworks.tweakflow.util that return LangExceptionMethods in com.twineworks.tweakflow.util that return types with arguments of type LangException