Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.MemberStaticName
LLJava.FieldReference.fullName
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_MemberStaticName
(Pattern<? super LLJava.MemberStaticName> p) ModifierConstructorDescriptionFieldReference
(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
Modifier 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)