Uses of Class
eu.bandm.tools.lljava.absy.LLJava.GotoInterval
Packages that use LLJava.GotoInterval
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
-
Uses of LLJava.GotoInterval in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.GotoIntervalModifier and TypeFieldDescriptionprotected LLJava.GotoIntervalLLJava.Exception.rangeThe range of statements which make up thetry{}block.Methods in eu.bandm.tools.lljava.absy that return LLJava.GotoIntervalModifier and TypeMethodDescriptionLLJava.GotoInterval.doclone()Clones this object.LLJava.Exception.get_range()The range of statements which make up thetry{}block.Copies values of all common fields from the argument.ControlFlowSynthesizer.interval(int startPC, int endPC) (package private) LLJava.GotoIntervalCodeSerializer.unline(LLJava.CodeInterval i) Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.GotoIntervalModifier and TypeMethodDescriptionstatic Pattern<LLJava.GotoInterval> LLJava.GotoInterval.get_end(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.GotoInterval> LLJava.GotoInterval.get_endTarget(Pattern<? super LLJava.Block> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.GotoInterval> LLJava.GotoInterval.get_start(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.GotoInterval> LLJava.GotoInterval.get_startTarget(Pattern<? super LLJava.Block> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.GotoInterval> LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern, Pattern<? super LLJava.Name> p_start, Pattern<? super LLJava.Name> p_end, Pattern<? super LLJava.Block> p_startTarget, Pattern<? super LLJava.Block> p_endTarget) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.GotoIntervalModifier and TypeMethodDescriptionprotected voidCodeSerializer.action(LLJava.GotoInterval i) protected voidContextChecker.EnvironmentAnnotator.action(LLJava.GotoInterval x) protected voidLLJava.__Formatter.action(LLJava.GotoInterval el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.GotoInterval e0) protected voidLLJava.MultiVisitor.action(LLJava.GotoInterval e0) protected voidLLJava.Visitor.action(LLJava.GotoInterval e0) protected voidLLJava.MultiVisitor.descend(LLJava.GotoInterval e0) voidLLJava.MATCH_ONLY_00.match(LLJava.GotoInterval e0) protected voidLLJava.MultiVisitor.post(LLJava.GotoInterval e0) protected voidLLJava.MultiVisitor.pre(LLJava.GotoInterval e0) booleanLLJava.Exception.set_range(LLJava.GotoInterval val) The range of statements which make up thetry{}block.protected FormatLLJava.__Formatter.toFormat(LLJava.GotoInterval el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.GotoIntervalModifier and TypeMethodDescriptionLLJava.__Patterns.cast_GotoInterval(Pattern<? super LLJava.GotoInterval> p) static Pattern<LLJava.Exception> LLJava.Exception.get_range(Pattern<? super LLJava.GotoInterval> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.GotoIntervalModifierConstructorDescriptionException(LLJava.GotoInterval range, LLJava.ClassReference type, LLJava.GotoPoint target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Exception(LLJava.GotoInterval range, LLJava.GotoPoint target) Synthetic minimal constructor provided by the umod compiler. -
Uses of LLJava.GotoInterval in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.GotoIntervalMethods in eu.bandm.tools.lljava.parser that return LLJava.GotoIntervalModifier and TypeMethodDescriptionprotected abstract LLJava.GotoIntervalLLJavaGrammar.gotoInterval(Reducer.Context<SourceId> context, LLJava.Name start, Optional<LLJava.Name> end) protected LLJava.GotoIntervalLLJavaParser.gotoInterval(Reducer.Context<SourceId> context, LLJava.Name start, Optional<LLJava.Name> end)