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.NewLLJava.UninitializedNewVType.offsetGenerated 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 voidContextChecker.InstructionChecker.action(LLJava.New x) protected voidLLJava.__Formatter.action(LLJava.New el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.New e0) protected voidLLJava.MultiVisitor.action(LLJava.New e0) protected voidLLJava.Visitor.action(LLJava.New e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.New n) protected voidConstantPoolCollector.Creator.descend(LLJava.New x) protected voidLLJava.MultiVisitor.descend(LLJava.New e0) voidLLJava.MATCH_ONLY_00.match(LLJava.New e0) protected voidLLJava.MultiVisitor.post(LLJava.New e0) protected voidLLJava.MultiVisitor.pre(LLJava.New e0) protected FormatLLJava.__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.NewLLJavaGrammar.newInstruction(Reducer.Context<SourceId> context, LLJava.TypeExpr baseType, List<LLJava.DimensionExpr> dims) protected LLJava.NewLLJavaParser.newInstruction(Reducer.Context<SourceId> context, LLJava.TypeExpr baseType, List<LLJava.DimensionExpr> dimensions)