Uses of Class
com.twineworks.tweakflow.lang.parse.ParseResult
Packages that use ParseResult
Package
Description
-
Uses of ParseResult in com.twineworks.tweakflow.lang
Methods in com.twineworks.tweakflow.lang that return ParseResult -
Uses of ParseResult in com.twineworks.tweakflow.lang.load.loadpath
Methods in com.twineworks.tweakflow.lang.load.loadpath that return types with arguments of type ParseResultMethod parameters in com.twineworks.tweakflow.lang.load.loadpath with type arguments of type ParseResultModifier and TypeMethodDescriptionLoadPath.Builder.withParseResultCache(ConcurrentHashMap<String, ParseResult> parseResultCache) -
Uses of ParseResult in com.twineworks.tweakflow.lang.parse
Methods in com.twineworks.tweakflow.lang.parse that return ParseResultModifier and TypeMethodDescriptionstatic ParseResultParseResult.error(LangException exception, long parseDurationMillis, long buildDurationMillis) static ParseResultParser.parseExpression()Parser.parseInteractiveInput()Parser.parseModuleHead()Parser.parseReference()Parser.parseUnit()static ParseResultParseResult.recovery(ArrayList<LangException> errors, Node node, long parseDurationMillis, long buildDurationMillis) -
Uses of ParseResult in com.twineworks.tweakflow.lang.parse.bailing
Methods in com.twineworks.tweakflow.lang.parse.bailing that return ParseResultModifier and TypeMethodDescriptionBailParser.parseExpression()BailParser.parseInteractiveInput()BailParser.parseModuleHead()BailParser.parseReference()BailParser.parseUnit() -
Uses of ParseResult in com.twineworks.tweakflow.lang.parse.recovery
Methods in com.twineworks.tweakflow.lang.parse.recovery that return ParseResultModifier and TypeMethodDescriptionRecoveryParser.parseExpression()RecoveryParser.parseInteractiveInput()RecoveryParser.parseModuleHead()RecoveryParser.parseReference()RecoveryParser.parseUnit() -
Uses of ParseResult in com.twineworks.tweakflow.util
Method parameters in com.twineworks.tweakflow.util with type arguments of type ParseResultModifier and TypeMethodDescriptionVarTable.Builder.setParseCache(ConcurrentHashMap<String, ParseResult> cache)