Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
A sequential container for statements.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Abstract base class of all instructions.static class
Syntactic expression denoting a variant of theinvoke
instruction family.static class
Generated by umod; model author's documentation MISSING.static class
A label statement.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Definition of a local variable.static class
Definition of a local class.static class
Abstract base class of instructions that may be reified as method handle targets.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Statement>
LLJava.Block.elems
Generated by umod; model author's documentation MISSING.(package private) List<LLJava.Statement>
CodeSerializer.unlined
Modifier and TypeMethodDescriptionLLJava.Statement.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Statement el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Statement e0) protected void
LLJava.MultiVisitor.action
(LLJava.Statement e0) protected void
LLJava.Visitor.action
(LLJava.Statement e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Statement e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Statement e0) protected void
LLJava.MultiVisitor.post
(LLJava.Statement e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Statement e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Statement el) Modifier 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.boolean
LLJava.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
Modifier and TypeMethodDescriptionprotected void
BaseCompilationContext.addStatement
(LLJava.Statement stmt) -
Uses of LLJava.Statement in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionLLJavaGrammar.statement
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) Modifier and TypeMethodDescriptionprotected abstract LLJava.Block
LLJavaGrammar.block
(Reducer.Context<SourceId> context, List<LLJava.Statement> statements) protected LLJava.Block
LLJavaParser.block
(Reducer.Context<SourceId> context, List<LLJava.Statement> statements)