Uses of Class
eu.bandm.tools.lljava.absy.LLJava.LoadableExpr
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.LoadableExpr in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic 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
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 aString
literal.Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.LoadableExpr>
LLJava.MemberDynamicName.bootstrapArguments
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.LoadableExpr.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionLLJava.MemberDynamicName.get_bootstrapArguments()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.LoadableExpr>
LLJava.LoadableExpr.get_entry
(Pattern<? super LLJava.Loadable> 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.LoadableExpr el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.LoadableExpr e0) protected void
LLJava.MultiVisitor.action
(LLJava.LoadableExpr e0) protected void
LLJava.Visitor.action
(LLJava.LoadableExpr e0) protected void
LLJava.MultiVisitor.descend
(LLJava.LoadableExpr e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.LoadableExpr e0) protected void
LLJava.MultiVisitor.post
(LLJava.LoadableExpr e0) protected void
LLJava.MultiVisitor.pre
(LLJava.LoadableExpr e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.LoadableExpr el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_LoadableExpr
(Pattern<? super LLJava.LoadableExpr> p) static Pattern<LLJava.MemberDynamicName>
LLJava.MemberDynamicName.get_bootstrapArguments
(Pattern<? super CheckedList<LLJava.LoadableExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
LLJava.MemberDynamicName.set_bootstrapArguments
(CheckedList<LLJava.LoadableExpr> val) Generated by umod; model author's documentation MISSING.static Pattern<LLJava.ClassExpr>
LLJava.__Patterns.term_ClassExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.ClassTypeExpr> p_type) static Pattern<LLJava.DynamicExpr>
LLJava.__Patterns.term_DynamicExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.MemberDynamicName> p_fullName) static Pattern<LLJava.Literal>
LLJava.__Patterns.term_Literal
(Pattern<? super LLJava.LoadableExpr> superpattern) static Pattern<LLJava.MethodHandleExpr>
LLJava.__Patterns.term_MethodHandleExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.MethodHandleTarget> p_target) static Pattern<LLJava.MethodTypeExpr>
LLJava.__Patterns.term_MethodTypeExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.ResultExpr> p_result, Pattern<? super CheckedList<LLJava.TypeExpr>> p_parameters) ModifierConstructorDescriptionMemberDynamicName
(LLJava.Id name, LLJava.MethodHandleExpr factory, CheckedList<LLJava.LoadableExpr> bootstrapArguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.LoadableExpr in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected LLJava.LoadableExpr
Decoder.loadable
(int index) protected LLJava.LoadableExpr
Decoder.loadable
(LLJava.Loadable entry) -
Uses of LLJava.LoadableExpr in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionLLJavaGrammar.loadable
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.LoadableExpr> loadable) Modifier and TypeMethodDescriptionLLJavaGrammar.dynamicReference
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.LoadableExpr> loadable) LLJavaGrammar.loadable
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.LoadableExpr> loadable) LLJavaGrammar.memberDynamicName
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.LoadableExpr> loadable) protected abstract LLJava.MemberDynamicName
LLJavaGrammar.memberDynamicName
(Reducer.Context<SourceId> context, LLJava.MethodHandleExpr factory, List<LLJava.LoadableExpr> bootstrapArguments, LLJava.Id name) protected LLJava.MemberDynamicName
LLJavaParser.memberDynamicName
(Reducer.Context<SourceId> context, LLJava.MethodHandleExpr factory, List<LLJava.LoadableExpr> bootstrapArguments, LLJava.Id name)