Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodHandleTarget
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.MethodHandleTarget in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Syntactic expression denoting a variant of theinvoke
instruction family.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected LLJava.MethodHandleTarget
LLJava.MethodHandleExpr.target
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.MethodHandleTarget.doclone()
Clones this object.LLJava.MethodHandleExpr.get_target()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.MethodHandleTarget>
LLJava.MethodHandleTarget.get_target
(Pattern<? super LLJava.MemberReference> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodHandleTarget>
LLJava.__Patterns.term_MethodHandleTarget
(Pattern<? super LLJava.Instruction> superpattern, Pattern<? super LLJava.MemberReference> p_target) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MethodHandleTarget el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MethodHandleTarget e0) protected void
LLJava.MultiVisitor.action
(LLJava.MethodHandleTarget e0) protected void
LLJava.Visitor.action
(LLJava.MethodHandleTarget e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MethodHandleTarget e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MethodHandleTarget e0) protected void
LLJava.MultiVisitor.post
(LLJava.MethodHandleTarget e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MethodHandleTarget e0) boolean
LLJava.MethodHandleExpr.set_target
(LLJava.MethodHandleTarget val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.MethodHandleTarget el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodHandleTarget
(Pattern<? super LLJava.MethodHandleTarget> p) static 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.FieldAccess>
LLJava.__Patterns.term_FieldAccess
(Pattern<? super LLJava.MethodHandleTarget> superpattern, Pattern<? super Boolean> p_statically) static Pattern<LLJava.Invoke>
LLJava.__Patterns.term_Invoke
(Pattern<? super LLJava.MethodHandleTarget> superpattern, Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers, Pattern<? super LLJava.Strategy> p_strategy) ModifierConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.MethodHandleTarget 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)