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 |
---|---|
protected LLJava.ClassReference |
LLJava.Class.superClass
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassReference |
LLJava.Exception.type
The type of the caught
Throwable , or null
when catching all. |
protected LLJava.ClassReference |
LLJava.Handler.type
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.ClassReference> |
LLJava.Method.exceptions
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ClassReference> |
LLJava.Class.interfaces
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static LLJava.ClassReference |
SemanticUtils.classReference(Class<?> cls) |
static LLJava.ClassReference |
SemanticUtils.classReference(String name) |
LLJava.ClassReference |
LLJava.ClassReference.doclone()
Clones this object.
|
LLJava.ClassReference |
LLJava.Class.get_superClass()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassReference |
LLJava.Exception.get_type()
The type of the caught
Throwable , or null
when catching all. |
LLJava.ClassReference |
LLJava.Handler.get_type()
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassReference |
LLJava.ClassReference.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.ClassReference |
SemanticUtils.javaLangObjectReference() |
static LLJava.ClassReference |
Factory.ref(LLJava.ClassType type) |
static LLJava.ClassReference |
Factory.refClass(LLJava.QualId id) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.ClassReference> |
LLJava.Method.get_exceptions()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.ClassReference> |
LLJava.Class.get_interfaces()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_type(Pattern<? super LLJava.ClassTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ClassReference> |
LLJava.__Patterns.term_ClassReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ClassReference e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ClassReference e0) |
protected void |
LLJava.Visitor.action(LLJava.ClassReference e0) |
protected void |
LLJava.__Formatter.action(LLJava.ClassReference el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ClassReference e0) |
void |
ControlFlowSynthesizer.exceptionHandler(int startPC,
int endPC,
int handlerPC,
LLJava.ClassReference catchType) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ClassReference e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ClassReference e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ClassReference e0) |
boolean |
LLJava.Class.set_superClass(LLJava.ClassReference val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Exception.set_type(LLJava.ClassReference val)
The type of the caught
Throwable , or null
when catching all. |
boolean |
LLJava.Handler.set_type(LLJava.ClassReference val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.ClassReference el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ClassReference(Pattern<? super LLJava.ClassReference> p) |
static Pattern<LLJava.Method> |
LLJava.Method.get_exceptions(Pattern<? super CheckedList<LLJava.ClassReference>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_interfaces(Pattern<? super CheckedList<LLJava.ClassReference>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_superClass(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Exception> |
LLJava.Exception.get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Handler> |
LLJava.Handler.get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.Method.set_exceptions(CheckedList<LLJava.ClassReference> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_interfaces(CheckedList<LLJava.ClassReference> val)
Generated by umod; model author's documentation MISSING.
|
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.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.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.Handler> |
LLJava.__Patterns.term_Handler(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Method> |
LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.Parameter>> p_parameters,
Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions,
Pattern<? super LLJava.MethodBody> p_body) |
Constructor and Description |
---|
Class(LLJava.QualId name,
LLJava.ClassReference superClass)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Exception(LLJava.GotoInterval range,
LLJava.ClassReference type,
LLJava.GotoPoint target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Handler(LLJava.ClassReference type,
LLJava.CodePoint body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.ClassReference |
Decoder.classRef(boolean optional,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.ClassReference r) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.ClassReference> |
LLJavaGrammar.classReference |
Expression<SourceId,LLJavaLexer.TokenType,List<LLJava.ClassReference>> |
LLJavaGrammar.exceptions |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.ClassReference> |
LLJavaGrammar.superclass |
Expression<SourceId,LLJavaLexer.TokenType,List<LLJava.ClassReference>> |
LLJavaGrammar.superinterfaces |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Class |
LLJavaGrammar.classDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.QualId name,
List<LLJava.TypeParameter> typeParameters,
LLJava.ClassReference superclass,
List<LLJava.ClassReference> interfaces,
List<LLJava.Member> members) |
protected LLJava.Class |
LLJavaParser.classDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.QualId name,
List<LLJava.TypeParameter> typeParameters,
LLJava.ClassReference superclass,
List<LLJava.ClassReference> interfaces,
List<LLJava.Member> members) |
see also the complete user documentation .