Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodHandleTarget
Packages that use 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
Subclasses of LLJava.MethodHandleTarget in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classSyntactic expression denoting a variant of theinvokeinstruction family.static classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy declared as LLJava.MethodHandleTargetModifier and TypeFieldDescriptionprotected LLJava.MethodHandleTargetLLJava.MethodHandleExpr.targetGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodHandleTargetModifier 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.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MethodHandleTargetModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodHandleTargetModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.MethodHandleTarget el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.MethodHandleTarget e0) protected voidLLJava.MultiVisitor.action(LLJava.MethodHandleTarget e0) protected voidLLJava.Visitor.action(LLJava.MethodHandleTarget e0) protected voidLLJava.MultiVisitor.descend(LLJava.MethodHandleTarget e0) voidLLJava.MATCH_ONLY_00.match(LLJava.MethodHandleTarget e0) protected voidLLJava.MultiVisitor.post(LLJava.MethodHandleTarget e0) protected voidLLJava.MultiVisitor.pre(LLJava.MethodHandleTarget e0) booleanLLJava.MethodHandleExpr.set_target(LLJava.MethodHandleTarget val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.MethodHandleTarget el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodHandleTargetModifier 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) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodHandleTargetModifierConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.MethodHandleTarget in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MethodHandleTargetMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.MethodHandleTargetModifier and TypeMethodDescriptionprotected abstract LLJava.MethodHandleExprLLJavaGrammar.methodHandle(Reducer.Context<SourceId> context, LLJava.MethodHandleTarget target) protected LLJava.MethodHandleExprLLJavaParser.methodHandle(Reducer.Context<SourceId> context, LLJava.MethodHandleTarget target)