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.Id |
SemanticUtils.classInitializerId |
static LLJava.Id |
SemanticUtils.constructorId |
protected LLJava.Id |
LLJava.ExplicitName.id
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
LLJava.QualId.id
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
LLJava.Class.innerName
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
LLJava.EnumAnnotationValue.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
LLJava.InnerClass.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
LLJava.Member.name
Equal to the very last component of the fully
qualified name.
|
protected LLJava.Id |
LLJava.MemberFullName.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
LLJava.TypeParameter.name
Generated by umod; model author's documentation MISSING.
|
static LLJava.Id |
SemanticUtils.simpleAnnotationElementName |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> |
LLJava.Annotation.elems
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Id> |
LLJava.QualId.qualifier
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Id |
LLJava.Id.doclone()
Clones this object.
|
LLJava.Id |
LLJava.ExplicitName.get_id()
Generated by umod; model author's documentation MISSING.
|
LLJava.Id |
LLJava.QualId.get_id()
Generated by umod; model author's documentation MISSING.
|
LLJava.Id |
LLJava.Class.get_innerName()
Generated by umod; model author's documentation MISSING.
|
LLJava.Id |
LLJava.EnumAnnotationValue.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.Id |
LLJava.InnerClass.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.Id |
LLJava.Member.get_name()
Equal to the very last component of the fully
qualified name.
|
LLJava.Id |
LLJava.MemberFullName.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.Id |
LLJava.TypeParameter.get_name()
Generated by umod; model author's documentation MISSING.
|
static LLJava.Id |
SemanticUtils.id(String text) |
LLJava.Id |
LLJava.Id.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.Id |
LLJava.Id.with_text(String val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> |
LLJava.Annotation.get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Id> |
LLJava.QualId.get_qualifier()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Id> |
LLJava.Id.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Id> |
LLJava.__Patterns.term_Id(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Id e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Id e0) |
protected void |
LLJava.Visitor.action(LLJava.Id e0) |
protected void |
LLJava.__Formatter.action(LLJava.Id el) |
boolean |
LLJava.Annotation.containsKey_elems(LLJava.Id key0)
Convenience un-Currying method.
|
protected void |
LLJava.MultiVisitor.descend(LLJava.Id e0) |
static String |
FormatUtils.id2string(LLJava.Id id) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Id e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Id e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Id e0) |
void |
LLJava.Annotation.put_elems(LLJava.Id key0,
LLJava.AnnotationValue value)
Convenience un-Currying method.
|
static LLJava.QualId |
SemanticUtils.qualId(LLJava.QualId front,
LLJava.Id last) |
boolean |
LLJava.Class.set_innerName(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.EnumAnnotationValue.set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.InnerClass.set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Member.set_name(LLJava.Id val)
Equal to the very last component of the fully
qualified name.
|
boolean |
LLJava.MemberFullName.set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.TypeParameter.set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.Id el) |
LLJava.ExplicitName |
LLJava.ExplicitName.with_id(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.QualId.with_id(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Id.x_equals(LLJava.Id e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Id(Pattern<? super LLJava.Id> p) |
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_elems(Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ExplicitName> |
LLJava.ExplicitName.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_id(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_innerName(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InnerClass> |
LLJava.InnerClass.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberFullName> |
LLJava.MemberFullName.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_name(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.
|
boolean |
LLJava.Annotation.set_elems(CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> val)
Generated by umod; model author's documentation MISSING.
|
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.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.ExplicitName> |
LLJava.__Patterns.term_ExplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Id> p_id) |
static Pattern<? super LLJava.InnerClass> |
LLJava.__Patterns.term_InnerClass(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.Class> p_definition) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.MemberFullName> |
LLJava.__Patterns.term_MemberFullName(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Id> p_name) |
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) |
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) |
static Pattern<? super LLJava.TypeParameter> |
LLJava.__Patterns.term_TypeParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.UpperTypeBound> p_bound) |
LLJava.QualId |
LLJava.QualId.with_qualifier(CheckedList<LLJava.Id> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
EnumAnnotationValue(LLJava.QualId type,
LLJava.Id name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ExplicitName(LLJava.Id id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Field(LLJava.TypeExpr type,
LLJava.Id name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Field(LLJava.TypeExpr type,
LLJava.Id name,
LLJava.Literal initializer)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
InnerClass(LLJava.Id name,
LLJava.Class definition)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Member(LLJava.Id name)
Synthetic minimal constructor provided by the umod compiler.
|
MemberDynamicName(LLJava.Id name,
LLJava.MethodHandleExpr factory)
Synthetic minimal constructor provided by the umod compiler.
|
MemberDynamicName(LLJava.Id name,
LLJava.MethodHandleExpr factory,
CheckedList<LLJava.LoadableExpr> bootstrapArguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MemberFullName(LLJava.Id name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MemberStaticName(LLJava.Id name)
Synthetic minimal constructor provided by the umod compiler.
|
MemberStaticName(LLJava.Id name,
LLJava.QualId owner)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Method(LLJava.ResultExpr result,
LLJava.Id name,
LLJava.MethodBody body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
QualId(CheckedList<LLJava.Id> qualifier,
LLJava.Id id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
QualId(LLJava.Id id)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
TypeParameter(CheckedList<LLJava.Annotation> annotations,
LLJava.Id name,
LLJava.UpperTypeBound bound)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
TypeParameter(LLJava.Id name,
LLJava.UpperTypeBound bound)
Synthetic minimal constructor provided by the umod compiler.
|
Constructor and Description |
---|
QualId(CheckedList<LLJava.Id> qualifier,
LLJava.Id id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Id |
Decoder.id(String text) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Id> |
LLJavaGrammar.id |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Id |
LLJavaGrammar.id(Reducer.Context<SourceId> context,
String text) |
protected LLJava.Id |
LLJavaParser.id(Reducer.Context<SourceId> context,
String text) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,Map.Entry<LLJava.Id,LLJava.AnnotationValue>> |
LLJavaGrammar.elementValuePair(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> annotation) |
Expression<SourceId,LLJavaLexer.TokenType,List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>>> |
LLJavaGrammar.elementValuePairs(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> annotation) |
protected List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>> |
LLJavaGrammar.simpleAnnotation(LLJava.AnnotationValue value) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Annotation |
LLJavaGrammar.annotation(Reducer.Context<SourceId> context,
LLJava.QualId name,
List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>> elems) |
protected LLJava.Annotation |
LLJavaParser.annotation(Reducer.Context<SourceId> context,
LLJava.QualId name,
List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>> elems) |
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 .