Uses of Class
eu.bandm.tools.ramus.runtime2.ParserCompilationContext.Continuation
Packages that use ParserCompilationContext.Continuation
- 
Uses of ParserCompilationContext.Continuation in eu.bandm.tools.ramus.runtime2
Methods in eu.bandm.tools.ramus.runtime2 that return ParserCompilationContext.ContinuationModifier and TypeMethodDescriptionParserCompilationContext.Continuation.append(VariableContext.Variable post) ParserCompilationContext.Continuation.create(Consumer<? super CompilationContext> body) ParserCompilationContext.Continuation.share()ParserCompilationContext.Continuation.transfer(CompilationContext context) ParserCompilationContext.Continuation.wrap(VariableContext.Variable pre, VariableContext.Variable post) Methods in eu.bandm.tools.ramus.runtime2 with parameters of type ParserCompilationContext.ContinuationModifier and TypeMethodDescriptionprotected voidParser.compileApply(CompilationContext context, ParserCompilationContext.Continuation continuation) Constructors in eu.bandm.tools.ramus.runtime2 with parameters of type ParserCompilationContext.ContinuationModifierConstructorDescriptionContinuation(ParserCompilationContext.Continuation parent, VariableContext.Variable... args)