Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MemberStaticName
Packages that use LLJava.MemberStaticName
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.MemberStaticName in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.MemberStaticNameModifier and TypeFieldDescriptionprotected LLJava.MemberStaticName
LLJava.FieldReference.fullName
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MemberStaticNameModifier and TypeMethodDescriptionLLJava.MemberStaticName.doclone()
Clones this object.LLJava.FieldReference.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.MemberStaticNameModifier and TypeMethodDescriptionstatic Pattern
<LLJava.MemberStaticName> LLJava.MemberStaticName.get_owner
(Pattern<? super LLJava.QualId> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.MemberStaticName> LLJava.__Patterns.term_MemberStaticName
(Pattern<? super LLJava.MemberFullName> superpattern, Pattern<? super LLJava.QualId> p_owner) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MemberStaticNameModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MemberStaticName el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MemberStaticName e0) protected void
LLJava.MultiVisitor.action
(LLJava.MemberStaticName e0) protected void
LLJava.Visitor.action
(LLJava.MemberStaticName e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MemberStaticName e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MemberStaticName e0) protected void
LLJava.MultiVisitor.post
(LLJava.MemberStaticName e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MemberStaticName e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.MemberStaticName el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MemberStaticNameModifier and TypeMethodDescriptionLLJava.__Patterns.cast_MemberStaticName
(Pattern<? super LLJava.MemberStaticName> p) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MemberStaticNameModifierConstructorDescriptionFieldReference
(LLJava.TypeExpr type, LLJava.MemberStaticName fullName) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.MemberStaticName in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MemberStaticNameMethods in eu.bandm.tools.lljava.parser that return LLJava.MemberStaticNameModifier and TypeMethodDescriptionprotected abstract LLJava.MemberStaticName
LLJavaGrammar.memberStaticName
(Reducer.Context<SourceId> context, LLJava.QualId name) protected LLJava.MemberStaticName
LLJavaParser.memberStaticName
(Reducer.Context<SourceId> context, LLJava.QualId fullName)