Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.codec | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
static LLJava.QualId |
SemanticUtils.javaLangObjectId |
protected LLJava.QualId |
LLJava.Annotation.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
LLJava.Class.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
LLJava.ClassAnnotationValue.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
LLJava.ClassType.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
LLJava.ClassTypeExpr.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
LLJava.MemberStaticName.owner
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
LLJava.EnumAnnotationValue.type
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.QualId |
LLJava.QualId.doclone()
Clones this object.
|
static LLJava.QualId |
SemanticUtils.front(LLJava.QualId qualId) |
LLJava.QualId |
LLJava.Annotation.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.Class.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.ClassAnnotationValue.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.ClassType.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.ClassTypeExpr.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.MemberStaticName.get_owner()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.EnumAnnotationValue.get_type()
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.QualId.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.QualId |
SemanticUtils.qualId(Class<?> cls) |
static LLJava.QualId |
SemanticUtils.qualId(LLJava.QualId front,
LLJava.Id last) |
static LLJava.QualId |
SemanticUtils.qualId(LLJava.QualId front,
String last) |
static LLJava.QualId |
SemanticUtils.qualId(String... parts) |
static LLJava.QualId |
Factory.qualId(String first,
String... parts) |
LLJava.QualId |
LLJava.QualId.with_id(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.QualId.with_qualifier(CheckedList<LLJava.Id> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.QualId> |
LLJava.QualId.get_id(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.QualId> |
LLJava.QualId.get_qualifier(Pattern<? super CheckedList<LLJava.Id>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.QualId> |
LLJava.__Patterns.term_QualId(Pattern<Object> superpattern,
Pattern<? super CheckedList<LLJava.Id>> p_qualifier,
Pattern<? super LLJava.Id> p_id) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.QualId e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.QualId e0) |
protected void |
LLJava.Visitor.action(LLJava.QualId e0) |
protected void |
LLJava.__Formatter.action(LLJava.QualId el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.QualId e0) |
static LLJava.QualId |
SemanticUtils.front(LLJava.QualId qualId) |
static String |
FormatUtils.id2string(LLJava.QualId id) |
static LLJava.MethodReference |
Factory.interfaceMethodRef(LLJava.Result result,
LLJava.QualId owner,
String name,
LLJava.Type... params) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.QualId e0) |
static LLJava.MethodReference |
Factory.methodRef(LLJava.Result result,
LLJava.QualId owner,
String name,
LLJava.Type... params) |
static LLJava.Class |
Factory.newClass(LLJava.QualId thisId,
LLJava.QualId superId) |
protected void |
LLJava.MultiVisitor.post(LLJava.QualId e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.QualId e0) |
static LLJava.QualId |
SemanticUtils.qualId(LLJava.QualId front,
LLJava.Id last) |
static LLJava.QualId |
SemanticUtils.qualId(LLJava.QualId front,
String last) |
static LLJava.ClassReference |
Factory.refClass(LLJava.QualId id) |
boolean |
LLJava.Annotation.set_name(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_name(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ClassAnnotationValue.set_name(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ClassTypeExpr.set_name(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MemberStaticName.set_owner(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.EnumAnnotationValue.set_type(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.QualId el) |
LLJava.ClassType |
LLJava.ClassType.with_name(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.QualId.x_equals(LLJava.QualId e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_QualId(Pattern<? super LLJava.QualId> p) |
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassAnnotationValue> |
LLJava.ClassAnnotationValue.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassType> |
LLJava.ClassType.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassTypeExpr> |
LLJava.ClassTypeExpr.get_name(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.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.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_type(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.ClassAnnotationValue> |
LLJava.__Patterns.term_ClassAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ClassType> |
LLJava.__Patterns.term_ClassType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ClassTypeExpr> |
LLJava.__Patterns.term_ClassTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super CheckedList<LLJava.TypeArgument>> p_arguments,
Pattern<? super Boolean> p_parameter) |
static Pattern<? super LLJava.EnumAnnotationValue> |
LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_type,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.MemberStaticName> |
LLJava.__Patterns.term_MemberStaticName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.QualId> p_owner) |
Constructor and Description |
---|
Annotation(LLJava.QualId name,
boolean runtimeVisible)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Class(LLJava.QualId name,
LLJava.ClassReference superClass)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ClassAnnotationValue(LLJava.QualId name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ClassType(LLJava.QualId name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ClassTypeExpr(LLJava.QualId name)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
ClassTypeExpr(LLJava.QualId name,
CheckedList<LLJava.TypeArgument> arguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
EnumAnnotationValue(LLJava.QualId type,
LLJava.Id name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MemberStaticName(LLJava.Id name,
LLJava.QualId owner)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.QualId |
Decoder.classRefName(boolean optional,
int index) |
protected LLJava.QualId |
Decoder.qualId(String text) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.QualId> |
LLJavaGrammar.qualId |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.QualId> |
LLJavaGrammar.qualifier |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.QualId |
LLJavaGrammar.qualId(Reducer.Context<SourceId> context,
List<LLJava.Id> ids) |
protected LLJava.QualId |
LLJavaParser.qualId(Reducer.Context<SourceId> context,
List<LLJava.Id> parts) |
see also the complete user documentation .