Package | Description |
---|---|
eu.bandm.tools.lljava | |
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.live | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Method and Description |
---|---|
protected List<LLJava.Class> |
LLJavac.frontend(File source) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
LLJavac.backend(LLJava.Class c) |
static byte[] |
LLJavac.microcompile(LLJava.Class c,
PrintStream err) |
static byte[] |
LLJavac.microcompile(LLJava.Class c,
PrintStream err,
BiPredicate<String,String> subtypeOracle) |
protected void |
LLJavac.midend(LLJava.Class c) |
Modifier and Type | Field and Description |
---|---|
protected LLJava.Class |
LLJava.InnerClass.definition
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Class |
LLJava.LocalClass.target
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Class |
LLJava.Class.doclone()
Clones this object.
|
LLJava.Class |
LLJava.InnerClass.get_definition()
Generated by umod; model author's documentation MISSING.
|
LLJava.Class |
LLJava.LocalClass.get_target()
Generated by umod; model author's documentation MISSING.
|
LLJava.Class |
LLJava.Class.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.Class |
Factory.newClass(LLJava.QualId thisId,
LLJava.QualId superId) |
static LLJava.Class |
Factory.newClass(String name) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Class> |
LLJava.Class.get_fields(Pattern<? super CheckedList<LLJava.Field>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_innerClasses(Pattern<? super CheckedList<LLJava.InnerClass>> 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.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_methods(Pattern<? super CheckedList<LLJava.Method>> 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.Class> |
LLJava.Class.get_pool(Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> 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.Class> |
LLJava.Class.get_thisEntry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Class e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Class e0) |
protected void |
LLJava.Visitor.action(LLJava.Class e0) |
protected void |
LLJava.__Formatter.action(LLJava.Class el) |
protected void |
ContextChecker.action(LLJava.Class c) |
void |
TypeChecker.check(LLJava.Class c) |
void |
ConstantPoolCollector.collect(LLJava.Class c) |
void |
ExceptionTableCollector.collect(LLJava.Class c) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Class e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Class e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Class e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Class e0) |
boolean |
LLJava.InnerClass.set_definition(LLJava.Class val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.LocalClass.set_target(LLJava.Class val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.Class el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Class(Pattern<? super LLJava.Class> p) |
static Pattern<LLJava.InnerClass> |
LLJava.InnerClass.get_definition(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LocalClass> |
LLJava.LocalClass.get_target(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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.LocalClass> |
LLJava.__Patterns.term_LocalClass(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Class> p_target) |
Constructor and Description |
---|
InnerClass(LLJava.Id name,
LLJava.Class definition)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
LocalClass(LLJava.Class target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,SignatureParser.TokenType,Consumer<LLJava.Class>> |
SignatureParser.classSignature |
Modifier and Type | Method and Description |
---|---|
LLJava.Class |
Decoder.decode(InputStream in) |
protected LLJava.Class |
Decoder.decodeClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Class c) |
byte[] |
Encoder.encode(LLJava.Class c) |
void |
SignatureParser.parseClassSignature(String signature,
LLJava.Class cls) |
protected void |
SignatureParser.processClass(Reducer.Context<SourceId> context,
LLJava.Class target,
List<LLJava.TypeParameter> typeParams,
LLJava.ClassTypeExpr superClass,
List<LLJava.ClassTypeExpr> interfaces) |
Modifier and Type | Field and Description |
---|---|
protected LLJava.Class |
BaseCompilationContext.component |
protected LLJava.Class |
BaseCompilationContext.component |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Class> |
LLJavaGrammar.classDefinition |
Expression<SourceId,LLJavaLexer.TokenType,List<LLJava.Class>> |
LLJavaGrammar.main |
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 .