Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeClassDescriptionstatic class
Syntactic expression denoting an array access.static class
Syntactic expression denoting aboolean
literal.static class
Syntactic expression denoting achar
literal.static class
Syntactic expression denoting a class literal.static class
Syntactic expression denoting adouble
literal.static class
Syntactic expression denoting a dynamic value.static class
Syntactic expression denoting afloat
literal.static class
Syntactic expression denoting anint
literal.static class
Syntactic expression denoting a primitive orString
literal.static class
Abstract base class of representations of everything that can be loaded onto the operand stack using theldc
instruction.static class
Syntactic expression denoting along
literal.static class
Syntactic expression denoting a method handle.static class
Syntactic expression denoting a method type.static class
Syntactic expression denoting anull
value.static class
Generated by umod; model author's documentation MISSING.static class
Syntactic expression denoting an anonymous variable slot reference.static class
Abstract base class of representations of everything that can be both loaded onto and stored off the operand stack.static class
Syntactic expression denoting aString
literal.static class
Syntactic expression denoting athis
reference.static class
Generated by umod; model author's documentation MISSING.static class
Syntactic expression denoting a local variable reference.Modifier and TypeFieldDescriptionprotected LLJava.LoadArgument
LLJava.Load.arg
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.LoadArgument>
LLJava.__Patterns.term_LoadArgument
(Pattern<? super LLJava.Node> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.LoadArgument el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.LoadArgument e0) protected void
LLJava.MultiVisitor.action
(LLJava.LoadArgument e0) protected void
LLJava.Visitor.action
(LLJava.LoadArgument e0) protected void
LLJava.MultiVisitor.descend
(LLJava.LoadArgument e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.LoadArgument e0) protected void
LLJava.MultiVisitor.post
(LLJava.LoadArgument e0) protected void
LLJava.MultiVisitor.pre
(LLJava.LoadArgument e0) boolean
LLJava.Load.set_arg
(LLJava.LoadArgument val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.LoadArgument el) (package private) static LLJava.VType
TypeChecker.translate
(LLJava.LoadArgument l) Modifier 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) ModifierConstructorDescriptionLoad
(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
Modifier and TypeMethodDescriptionprotected abstract LLJava.Condition
LLJavaGrammar.condition
(Reducer.Context<SourceId> context, LLJavaLexer.TokenType operator, LLJava.LoadArgument operand) protected LLJava.Condition
LLJavaParser.condition
(Reducer.Context<SourceId> context, LLJavaLexer.TokenType operator, LLJava.LoadArgument operand) protected abstract LLJava.Load
LLJavaGrammar.loadInstruction
(Reducer.Context<SourceId> context, LLJava.LoadArgument argument) protected LLJava.Load
LLJavaParser.loadInstruction
(Reducer.Context<SourceId> context, LLJava.LoadArgument argument)