Uses of Class
eu.bandm.tools.lljava.absy.LLJava.New
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.New in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected LLJava.New
LLJava.UninitializedNewVType.offset
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.New.doclone()
Clones this object.LLJava.UninitializedNewVType.get_offset()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.New>
LLJava.New.get_multiarray
(Pattern<? super Integer> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.New>
LLJava.__Patterns.term_New
(Pattern<? super LLJava.TypeInstruction> superpattern, Pattern<? super Integer> p_multiarray) Modifier and TypeMethodDescriptionprotected void
ContextChecker.InstructionChecker.action
(LLJava.New x) protected void
LLJava.__Formatter.action
(LLJava.New el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.New e0) protected void
LLJava.MultiVisitor.action
(LLJava.New e0) protected void
LLJava.Visitor.action
(LLJava.New e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.New n) protected void
ConstantPoolCollector.Creator.descend
(LLJava.New x) protected void
LLJava.MultiVisitor.descend
(LLJava.New e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.New e0) protected void
LLJava.MultiVisitor.post
(LLJava.New e0) protected void
LLJava.MultiVisitor.pre
(LLJava.New e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.New el) LLJava.UninitializedNewVType.with_offset
(LLJava.New val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_New
(Pattern<? super LLJava.New> p) static Pattern<LLJava.UninitializedNewVType>
LLJava.UninitializedNewVType.get_offset
(Pattern<? super LLJava.New> p) Lifts a pattern which matches the field value to one which matches this whole object.ModifierConstructorDescriptionUninitializedNewVType
(LLJava.New offset) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.New in eu.bandm.tools.lljava.codec
-
Uses of LLJava.New in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.New
LLJavaGrammar.newInstruction
(Reducer.Context<SourceId> context, LLJava.TypeExpr baseType, List<LLJava.DimensionExpr> dims) protected LLJava.New
LLJavaParser.newInstruction
(Reducer.Context<SourceId> context, LLJava.TypeExpr baseType, List<LLJava.DimensionExpr> dimensions)