|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.core.isdl.EncodingDecl
The EncodingDecl class represents the encoding of an
instruction in machine code, describing how to encode the mnemonic
and operands into binary and vice versa.
| Nested Class Summary | |
static class |
EncodingDecl.Derived
|
| Field Summary | |
int |
bitWidth
|
java.util.List |
fields
|
Token |
name
|
| Constructor Summary | |
EncodingDecl(Token n,
java.util.List f)
|
|
| Method Summary | |
int |
getBitWidth()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final Token name
public final java.util.List fields
public int bitWidth
| Constructor Detail |
public EncodingDecl(Token n,
java.util.List f)
| Method Detail |
public int getBitWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||