Uses of Class
eu.bandm.tools.lljava.absy.LLJava.New
Packages that use 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
Fields in eu.bandm.tools.lljava.absy declared as LLJava.NewModifier and TypeFieldDescriptionprotected LLJava.New
LLJava.UninitializedNewVType.offset
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.NewModifier 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.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.NewModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.NewModifier 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.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.NewModifier 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.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.NewModifierConstructorDescriptionUninitializedNewVType
(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
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.New -
Uses of LLJava.New in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.NewMethods in eu.bandm.tools.lljava.parser that return LLJava.NewModifier 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)