de.cau.cs.kieler.krep.editors.klp.klp
Interface KlpPackage.Literals

Enclosing interface:
KlpPackage

public static interface KlpPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass BINOP
          The meta object literal for the 'Binop' class.
static EReference BINOP__ARG1
          The meta object literal for the 'Arg1' containment reference feature.
static EReference BINOP__ARG2
          The meta object literal for the 'Arg2' containment reference feature.
static EAttribute BINOP__OP
          The meta object literal for the 'Op' attribute feature.
static EReference BINOP__TO
          The meta object literal for the 'To' reference feature.
static EAttribute BINOP__VAL
          The meta object literal for the 'Val' attribute feature.
static EClass CJMP
          The meta object literal for the 'CJmp' class.
static EAttribute CJMP__COND
          The meta object literal for the 'Cond' attribute feature.
static EReference CJMP__LABEL
          The meta object literal for the 'Label' containment reference feature.
static EReference CJMP__REG
          The meta object literal for the 'Reg' containment reference feature.
static EClass DECL
          The meta object literal for the 'Decl' class.
static EReference DECL__REG
          The meta object literal for the 'Reg' reference feature.
static EAttribute DECL__SCOPE
          The meta object literal for the 'Scope' attribute feature.
static EClass DONE
          The meta object literal for the 'Done' class.
static EReference DONE__PC
          The meta object literal for the 'Pc' reference feature.
static EClass INSTRUCTION
          The meta object literal for the 'Instruction' class.
static EAttribute INSTRUCTION__OPCODE0
          The meta object literal for the 'Opcode0' attribute feature.
static EAttribute INSTRUCTION__OPCODE1
          The meta object literal for the 'Opcode1' attribute feature.
static EAttribute INSTRUCTION__OPCODE2
          The meta object literal for the 'Opcode2' attribute feature.
static EAttribute INSTRUCTION__OPCODE3
          The meta object literal for the 'Opcode3' attribute feature.
static EClass JMP
          The meta object literal for the 'Jmp' class.
static EReference JMP__LABEL
          The meta object literal for the 'Label' reference feature.
static EEnum JUMP_KIND
          The meta object literal for the 'Jump Kind' enum.
static EClass KLP
          The meta object literal for the 'KLP' class.
static EReference KLP__INSTRUCTIONS
          The meta object literal for the 'Instructions' containment reference list feature.
static EClass LABEL
          The meta object literal for the 'Label' class.
static EAttribute LABEL__ADDR
          The meta object literal for the 'Addr' attribute feature.
static EAttribute LABEL__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass LINE
          The meta object literal for the 'Line' class.
static EReference LINE__INSTRUCTION
          The meta object literal for the 'Instruction' containment reference feature.
static EAttribute LINE__LABELS
          The meta object literal for the 'Labels' attribute list feature.
static EClass MOVE
          The meta object literal for the 'Move' class.
static EReference MOVE__FROM
          The meta object literal for the 'From' containment reference feature.
static EReference MOVE__TO
          The meta object literal for the 'To' reference feature.
static EAttribute MOVE__TYPE
          The meta object literal for the 'Type' attribute feature.
static EAttribute MOVE__VAL
          The meta object literal for the 'Val' attribute feature.
static EEnum MOVE_KIND
          The meta object literal for the 'Move Kind' enum.
static EEnum OPERATOR
          The meta object literal for the 'Operator' enum.
static EClass PRIO
          The meta object literal for the 'Prio' class.
static EAttribute PRIO__PRIO
          The meta object literal for the 'Prio' attribute feature.
static EReference PRIO__REG
          The meta object literal for the 'Reg' reference feature.
static EClass READ
          The meta object literal for the 'Read' class.
static EAttribute READ__PRE
          The meta object literal for the 'Pre' attribute feature.
static EReference READ__REG
          The meta object literal for the 'Reg' reference feature.
static EClass REG
          The meta object literal for the 'Reg' class.
static EAttribute REG__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute REG__NAME
          The meta object literal for the 'Name' attribute feature.
static EEnum SCOPE
          The meta object literal for the 'Scope' enum.
static EClass SET_CLK
          The meta object literal for the 'Set Clk' class.
static EReference SET_CLK__CLK
          The meta object literal for the 'Clk' containment reference feature.
static EReference SET_CLK__REG
          The meta object literal for the 'Reg' reference feature.
static EClass SET_PC
          The meta object literal for the 'Set PC' class.
static EReference SET_PC__LABEL
          The meta object literal for the 'Label' containment reference feature.
static EReference SET_PC__REG
          The meta object literal for the 'Reg' reference feature.
 

Field Detail

KLP

static final EClass KLP
The meta object literal for the 'KLP' class.

See Also:
KLPImpl, KlpPackageImpl.getKLP()
Generated:
This code was automatically generated.

KLP__INSTRUCTIONS

static final EReference KLP__INSTRUCTIONS
The meta object literal for the 'Instructions' containment reference list feature.

Generated:
This code was automatically generated.

LINE

static final EClass LINE
The meta object literal for the 'Line' class.

See Also:
LineImpl, KlpPackageImpl.getLine()
Generated:
This code was automatically generated.

LINE__LABELS

static final EAttribute LINE__LABELS
The meta object literal for the 'Labels' attribute list feature.

Generated:
This code was automatically generated.

LINE__INSTRUCTION

static final EReference LINE__INSTRUCTION
The meta object literal for the 'Instruction' containment reference feature.

Generated:
This code was automatically generated.

INSTRUCTION

static final EClass INSTRUCTION
The meta object literal for the 'Instruction' class.

See Also:
InstructionImpl, KlpPackageImpl.getInstruction()
Generated:
This code was automatically generated.

INSTRUCTION__OPCODE0

static final EAttribute INSTRUCTION__OPCODE0
The meta object literal for the 'Opcode0' attribute feature.

Generated:
This code was automatically generated.

INSTRUCTION__OPCODE1

static final EAttribute INSTRUCTION__OPCODE1
The meta object literal for the 'Opcode1' attribute feature.

Generated:
This code was automatically generated.

INSTRUCTION__OPCODE2

static final EAttribute INSTRUCTION__OPCODE2
The meta object literal for the 'Opcode2' attribute feature.

Generated:
This code was automatically generated.

INSTRUCTION__OPCODE3

static final EAttribute INSTRUCTION__OPCODE3
The meta object literal for the 'Opcode3' attribute feature.

Generated:
This code was automatically generated.

DECL

static final EClass DECL
The meta object literal for the 'Decl' class.

See Also:
DeclImpl, KlpPackageImpl.getDecl()
Generated:
This code was automatically generated.

DECL__SCOPE

static final EAttribute DECL__SCOPE
The meta object literal for the 'Scope' attribute feature.

Generated:
This code was automatically generated.

DECL__REG

static final EReference DECL__REG
The meta object literal for the 'Reg' reference feature.

Generated:
This code was automatically generated.

SET_CLK

static final EClass SET_CLK
The meta object literal for the 'Set Clk' class.

See Also:
SetClkImpl, KlpPackageImpl.getSetClk()
Generated:
This code was automatically generated.

SET_CLK__REG

static final EReference SET_CLK__REG
The meta object literal for the 'Reg' reference feature.

Generated:
This code was automatically generated.

SET_CLK__CLK

static final EReference SET_CLK__CLK
The meta object literal for the 'Clk' containment reference feature.

Generated:
This code was automatically generated.

SET_PC

static final EClass SET_PC
The meta object literal for the 'Set PC' class.

See Also:
SetPCImpl, KlpPackageImpl.getSetPC()
Generated:
This code was automatically generated.

SET_PC__REG

static final EReference SET_PC__REG
The meta object literal for the 'Reg' reference feature.

Generated:
This code was automatically generated.

SET_PC__LABEL

static final EReference SET_PC__LABEL
The meta object literal for the 'Label' containment reference feature.

Generated:
This code was automatically generated.

PRIO

static final EClass PRIO
The meta object literal for the 'Prio' class.

See Also:
PrioImpl, KlpPackageImpl.getPrio()
Generated:
This code was automatically generated.

PRIO__REG

static final EReference PRIO__REG
The meta object literal for the 'Reg' reference feature.

Generated:
This code was automatically generated.

PRIO__PRIO

static final EAttribute PRIO__PRIO
The meta object literal for the 'Prio' attribute feature.

Generated:
This code was automatically generated.

DONE

static final EClass DONE
The meta object literal for the 'Done' class.

See Also:
DoneImpl, KlpPackageImpl.getDone()
Generated:
This code was automatically generated.

DONE__PC

static final EReference DONE__PC
The meta object literal for the 'Pc' reference feature.

Generated:
This code was automatically generated.

BINOP

static final EClass BINOP
The meta object literal for the 'Binop' class.

See Also:
BinopImpl, KlpPackageImpl.getBinop()
Generated:
This code was automatically generated.

BINOP__OP

static final EAttribute BINOP__OP
The meta object literal for the 'Op' attribute feature.

Generated:
This code was automatically generated.

BINOP__TO

static final EReference BINOP__TO
The meta object literal for the 'To' reference feature.

Generated:
This code was automatically generated.

BINOP__ARG1

static final EReference BINOP__ARG1
The meta object literal for the 'Arg1' containment reference feature.

Generated:
This code was automatically generated.

BINOP__ARG2

static final EReference BINOP__ARG2
The meta object literal for the 'Arg2' containment reference feature.

Generated:
This code was automatically generated.

BINOP__VAL

static final EAttribute BINOP__VAL
The meta object literal for the 'Val' attribute feature.

Generated:
This code was automatically generated.

JMP

static final EClass JMP
The meta object literal for the 'Jmp' class.

See Also:
JmpImpl, KlpPackageImpl.getJmp()
Generated:
This code was automatically generated.

JMP__LABEL

static final EReference JMP__LABEL
The meta object literal for the 'Label' reference feature.

Generated:
This code was automatically generated.

CJMP

static final EClass CJMP
The meta object literal for the 'CJmp' class.

See Also:
CJmpImpl, KlpPackageImpl.getCJmp()
Generated:
This code was automatically generated.

CJMP__COND

static final EAttribute CJMP__COND
The meta object literal for the 'Cond' attribute feature.

Generated:
This code was automatically generated.

CJMP__REG

static final EReference CJMP__REG
The meta object literal for the 'Reg' containment reference feature.

Generated:
This code was automatically generated.

CJMP__LABEL

static final EReference CJMP__LABEL
The meta object literal for the 'Label' containment reference feature.

Generated:
This code was automatically generated.

MOVE

static final EClass MOVE
The meta object literal for the 'Move' class.

See Also:
MoveImpl, KlpPackageImpl.getMove()
Generated:
This code was automatically generated.

MOVE__TYPE

static final EAttribute MOVE__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

MOVE__TO

static final EReference MOVE__TO
The meta object literal for the 'To' reference feature.

Generated:
This code was automatically generated.

MOVE__FROM

static final EReference MOVE__FROM
The meta object literal for the 'From' containment reference feature.

Generated:
This code was automatically generated.

MOVE__VAL

static final EAttribute MOVE__VAL
The meta object literal for the 'Val' attribute feature.

Generated:
This code was automatically generated.

LABEL

static final EClass LABEL
The meta object literal for the 'Label' class.

See Also:
LabelImpl, KlpPackageImpl.getLabel()
Generated:
This code was automatically generated.

LABEL__NAME

static final EAttribute LABEL__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

LABEL__ADDR

static final EAttribute LABEL__ADDR
The meta object literal for the 'Addr' attribute feature.

Generated:
This code was automatically generated.

REG

static final EClass REG
The meta object literal for the 'Reg' class.

See Also:
RegImpl, KlpPackageImpl.getReg()
Generated:
This code was automatically generated.

REG__NAME

static final EAttribute REG__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

REG__ID

static final EAttribute REG__ID
The meta object literal for the 'Id' attribute feature.

Generated:
This code was automatically generated.

READ

static final EClass READ
The meta object literal for the 'Read' class.

See Also:
ReadImpl, KlpPackageImpl.getRead()
Generated:
This code was automatically generated.

READ__PRE

static final EAttribute READ__PRE
The meta object literal for the 'Pre' attribute feature.

Generated:
This code was automatically generated.

READ__REG

static final EReference READ__REG
The meta object literal for the 'Reg' reference feature.

Generated:
This code was automatically generated.

SCOPE

static final EEnum SCOPE
The meta object literal for the 'Scope' enum.

See Also:
Scope, KlpPackageImpl.getScope()
Generated:
This code was automatically generated.

OPERATOR

static final EEnum OPERATOR
The meta object literal for the 'Operator' enum.

See Also:
Operator, KlpPackageImpl.getOperator()
Generated:
This code was automatically generated.

JUMP_KIND

static final EEnum JUMP_KIND
The meta object literal for the 'Jump Kind' enum.

See Also:
JumpKind, KlpPackageImpl.getJumpKind()
Generated:
This code was automatically generated.

MOVE_KIND

static final EEnum MOVE_KIND
The meta object literal for the 'Move Kind' enum.

See Also:
MoveKind, KlpPackageImpl.getMoveKind()
Generated:
This code was automatically generated.