Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MemberFullName
Packages that use LLJava.MemberFullName
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.MemberFullName in eu.bandm.tools.lljava.absy
Subclasses of LLJava.MemberFullName in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic class
Syntactic expression denoting the name of a field or method with dynamic owner.static class
Syntactic expression denoting the name of a field or method with static owner.Fields in eu.bandm.tools.lljava.absy declared as LLJava.MemberFullNameModifier and TypeFieldDescriptionprotected LLJava.MemberFullName
LLJava.MethodReference.fullName
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MemberFullNameModifier and TypeMethodDescriptionLLJava.MemberFullName.doclone()
Clones this object.LLJava.MemberReference.get_fullName()
LLJava.MethodReference.get_fullName()
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.MemberFullNameModifier and TypeMethodDescriptionstatic Pattern
<LLJava.MemberFullName> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.MemberFullName> LLJava.__Patterns.term_MemberFullName
(Pattern<? super LLJava.Node> superpattern, Pattern<? super LLJava.Id> p_name) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MemberFullNameModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MemberFullName el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MemberFullName e0) protected void
LLJava.MultiVisitor.action
(LLJava.MemberFullName e0) protected void
LLJava.Visitor.action
(LLJava.MemberFullName e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MemberFullName e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MemberFullName e0) protected void
LLJava.MultiVisitor.post
(LLJava.MemberFullName e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MemberFullName e0) boolean
LLJava.FieldReference.set_fullName
(LLJava.MemberFullName val) Generated by umod; model author's documentation MISSING.boolean
LLJava.MethodReference.set_fullName
(LLJava.MemberFullName val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.MemberFullName el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MemberFullNameModifier and TypeMethodDescriptionLLJava.__Patterns.cast_MemberFullName
(Pattern<? super LLJava.MemberFullName> p) static Pattern
<LLJava.MemberReference> LLJava.MemberReference.get_fullName
(Pattern<? super LLJava.MemberFullName> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.MemberDynamicName> LLJava.__Patterns.term_MemberDynamicName
(Pattern<? super LLJava.MemberFullName> superpattern, Pattern<? super LLJava.MethodHandleExpr> p_factory, Pattern<? super CheckedList<LLJava.LoadableExpr>> p_bootstrapArguments) static Pattern
<LLJava.MemberStaticName> LLJava.__Patterns.term_MemberStaticName
(Pattern<? super LLJava.MemberFullName> superpattern, Pattern<? super LLJava.QualId> p_owner) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MemberFullNameModifierConstructorDescriptionMethodReference
(LLJava.ResultExpr result, LLJava.MemberFullName fullName) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.MemberFullName in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MemberFullNameMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.MemberFullNameModifier and TypeMethodDescriptionprotected abstract LLJava.MethodReference
LLJavaGrammar.methodReference
(Reducer.Context<SourceId> context, LLJava.ResultExpr returnType, LLJava.MemberFullName name, List<LLJava.MethodReferenceParameter> params) protected LLJava.MethodReference
LLJavaParser.methodReference
(Reducer.Context<SourceId> context, LLJava.ResultExpr returnType, LLJava.MemberFullName name, List<LLJava.MethodReferenceParameter> params)