Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Statement
Packages that use LLJava.Statement
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.Statement in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Statement in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classA sequential container for statements.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classAbstract base class of all instructions.static classSyntactic expression denoting a variant of theinvokeinstruction family.static classGenerated by umod; model author's documentation MISSING.static classA label statement.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classDefinition of a local variable.static classDefinition of a local class.static classAbstract base class of instructions that may be reified as method handle targets.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.StatementModifier and TypeFieldDescriptionprotected CheckedList<LLJava.Statement> LLJava.Block.elemsGenerated by umod; model author's documentation MISSING.(package private) List<LLJava.Statement> CodeSerializer.unlinedMethods in eu.bandm.tools.lljava.absy that return LLJava.StatementModifier and TypeMethodDescriptionLLJava.Statement.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.StatementModifier and TypeMethodDescriptionLLJava.Block.get_elems()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Statement> LLJava.__Patterns.term_Statement(Pattern<? super LLJava.Node> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.StatementModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Statement el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Statement e0) protected voidLLJava.MultiVisitor.action(LLJava.Statement e0) protected voidLLJava.Visitor.action(LLJava.Statement e0) protected voidLLJava.MultiVisitor.descend(LLJava.Statement e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Statement e0) protected voidLLJava.MultiVisitor.post(LLJava.Statement e0) protected voidLLJava.MultiVisitor.pre(LLJava.Statement e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Statement el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.StatementModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Statement(Pattern<? super LLJava.Statement> p) static Pattern<LLJava.Block> LLJava.Block.get_elems(Pattern<? super CheckedList<LLJava.Statement>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.Block.set_elems(CheckedList<LLJava.Statement> val) Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Block> LLJava.__Patterns.term_Block(Pattern<? super LLJava.Statement> superpattern, Pattern<? super CheckedList<LLJava.Name>> p_labels, Pattern<? super Boolean> p_implicit, Pattern<? super CheckedList<LLJava.Statement>> p_elems, Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Block>> p_controlEnv, Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Variable>> p_dataEnv) static Pattern<LLJava.Instruction> LLJava.__Patterns.term_Instruction(Pattern<? super LLJava.Statement> superpattern, Pattern<? super LLJava.StackFrame> p_pre, Pattern<? super LLJava.StackFrame> p_post) static Pattern<LLJava.Label> LLJava.__Patterns.term_Label(Pattern<? super LLJava.Statement> superpattern, Pattern<? super LLJava.Name> p_name) static Pattern<LLJava.Local> LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.Name> p_name, Pattern<? super LLJava.Variable> p_variable) static Pattern<LLJava.LocalClass> LLJava.__Patterns.term_LocalClass(Pattern<? super LLJava.Statement> superpattern, Pattern<? super LLJava.Class> p_target) -
Uses of LLJava.Statement in eu.bandm.tools.lljava.live.impl
Methods in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.StatementModifier and TypeMethodDescriptionprotected voidBaseCompilationContextImpl.addStatement(LLJava.Statement stmt) -
Uses of LLJava.Statement in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.StatementModifier and TypeMethodDescriptionLLJavaGrammar.statement(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.StatementModifier and TypeMethodDescriptionprotected abstract LLJava.BlockLLJavaGrammar.block(Reducer.Context<SourceId> context, List<LLJava.Statement> statements) protected LLJava.BlockLLJavaParser.block(Reducer.Context<SourceId> context, List<LLJava.Statement> statements)