Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodHandleExpr
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.MethodHandleExpr in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected LLJava.MethodHandleExpr
LLJava.MemberDynamicName.factory
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.MethodHandleExpr.doclone()
Clones this object.LLJava.MemberDynamicName.get_factory()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.MethodHandleExpr>
LLJava.MethodHandleExpr.get_target
(Pattern<? super LLJava.MethodHandleTarget> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodHandleExpr>
LLJava.__Patterns.term_MethodHandleExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.MethodHandleTarget> p_target) Modifier and TypeMethodDescriptionprotected void
ConstantPoolCollector.Creator.action
(LLJava.MethodHandleExpr x) protected void
LLJava.__Formatter.action
(LLJava.MethodHandleExpr el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MethodHandleExpr e0) protected void
LLJava.MultiVisitor.action
(LLJava.MethodHandleExpr e0) protected void
LLJava.Visitor.action
(LLJava.MethodHandleExpr e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MethodHandleExpr e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MethodHandleExpr e0) protected void
LLJava.MultiVisitor.post
(LLJava.MethodHandleExpr e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MethodHandleExpr e0) boolean
LLJava.MemberDynamicName.set_factory
(LLJava.MethodHandleExpr val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.MethodHandleExpr el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodHandleExpr
(Pattern<? super LLJava.MethodHandleExpr> p) static Pattern<LLJava.MemberDynamicName>
LLJava.MemberDynamicName.get_factory
(Pattern<? super LLJava.MethodHandleExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.ModifierConstructorDescriptionMemberDynamicName
(LLJava.Id name, LLJava.MethodHandleExpr factory) Synthetic minimal constructor provided by the umod compiler.MemberDynamicName
(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.MethodHandleExpr in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.MethodHandleExpr
LLJavaGrammar.methodHandle
(Reducer.Context<SourceId> context, LLJava.MethodHandleTarget target) protected LLJava.MethodHandleExpr
LLJavaParser.methodHandle
(Reducer.Context<SourceId> context, LLJava.MethodHandleTarget target) Modifier and TypeMethodDescriptionprotected 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)