Uses of Class
eu.bandm.tools.lljava.absy.LLJava.LoadArgument
Packages that use LLJava.LoadArgument
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.LoadArgument in eu.bandm.tools.lljava.absy
Subclasses of LLJava.LoadArgument in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classSyntactic expression denoting an array access.static classSyntactic expression denoting abooleanliteral.static classSyntactic expression denoting acharliteral.static classSyntactic expression denoting a class literal.static classSyntactic expression denoting adoubleliteral.static classSyntactic expression denoting a dynamic value.static classSyntactic expression denoting afloatliteral.static classSyntactic expression denoting anintliteral.static classSyntactic expression denoting a primitive orStringliteral.static classAbstract base class of representations of everything that can be loaded onto the operand stack using theldcinstruction.static classSyntactic expression denoting alongliteral.static classSyntactic expression denoting a method handle.static classSyntactic expression denoting a method type.static classSyntactic expression denoting anullvalue.static classGenerated by umod; model author's documentation MISSING.static classSyntactic expression denoting an anonymous variable slot reference.static classAbstract base class of representations of everything that can be both loaded onto and stored off the operand stack.static classSyntactic expression denoting aStringliteral.static classSyntactic expression denoting athisreference.static classGenerated by umod; model author's documentation MISSING.static classSyntactic expression denoting a local variable reference.Fields in eu.bandm.tools.lljava.absy declared as LLJava.LoadArgumentModifier and TypeFieldDescriptionprotected LLJava.LoadArgumentLLJava.Load.argGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.LoadArgumentModifier and TypeMethodDescriptionLLJava.LoadArgument.doclone()Clones this object.LLJava.Load.get_arg()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.LoadArgumentModifier and TypeMethodDescriptionstatic Pattern<LLJava.LoadArgument> LLJava.__Patterns.term_LoadArgument(Pattern<? super LLJava.Node> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.LoadArgumentModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.LoadArgument el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.LoadArgument e0) protected voidLLJava.MultiVisitor.action(LLJava.LoadArgument e0) protected voidLLJava.Visitor.action(LLJava.LoadArgument e0) protected voidLLJava.MultiVisitor.descend(LLJava.LoadArgument e0) voidLLJava.MATCH_ONLY_00.match(LLJava.LoadArgument e0) protected voidLLJava.MultiVisitor.post(LLJava.LoadArgument e0) protected voidLLJava.MultiVisitor.pre(LLJava.LoadArgument e0) booleanLLJava.Load.set_arg(LLJava.LoadArgument val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.LoadArgument el) (package private) static LLJava.VTypeTypeChecker.translate(LLJava.LoadArgument l) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.LoadArgumentModifier and TypeMethodDescriptionLLJava.__Patterns.cast_LoadArgument(Pattern<? super LLJava.LoadArgument> p) static Pattern<LLJava.Load> LLJava.Load.get_arg(Pattern<? super LLJava.LoadArgument> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.LoadableExpr> LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern, Pattern<? super LLJava.Loadable> p_entry) static Pattern<LLJava.NullLiteral> LLJava.__Patterns.term_NullLiteral(Pattern<? super LLJava.LoadArgument> superpattern) static Pattern<LLJava.StoreArgument> LLJava.__Patterns.term_StoreArgument(Pattern<? super LLJava.LoadArgument> superpattern) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.LoadArgumentModifierConstructorDescriptionLoad(LLJava.LoadArgument arg) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.LoadArgument in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.LoadArgumentMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.LoadArgumentModifier and TypeMethodDescriptionprotected abstract LLJava.ConditionLLJavaGrammar.condition(Reducer.Context<SourceId> context, LLJavaLexer.TokenType operator, LLJava.LoadArgument operand) protected LLJava.ConditionLLJavaParser.condition(Reducer.Context<SourceId> context, LLJavaLexer.TokenType operator, LLJava.LoadArgument operand) protected abstract LLJava.LoadLLJavaGrammar.loadInstruction(Reducer.Context<SourceId> context, LLJava.LoadArgument argument) protected LLJava.LoadLLJavaParser.loadInstruction(Reducer.Context<SourceId> context, LLJava.LoadArgument argument)