Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier 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.Modifier and TypeFieldDescriptionprotected LLJava.MemberFullName
LLJava.MethodReference.fullName
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier 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) Modifier 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) Modifier 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) ModifierConstructorDescriptionMethodReference
(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
Modifier 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)