avrora.stack.isea
Class ISEAbstractState.Element

java.lang.Object
  extended byavrora.stack.isea.ISEAbstractState.Element
Enclosing class:
ISEAbstractState

public static class ISEAbstractState.Element
extends java.lang.Object


Field Summary
 java.lang.String name
           
 
Constructor Summary
ISEAbstractState.Element(java.lang.String n, byte val, boolean r)
           
 
Method Summary
 ISEAbstractState.Element copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name
Constructor Detail

ISEAbstractState.Element

public ISEAbstractState.Element(java.lang.String n,
                                byte val,
                                boolean r)
Method Detail

copy

public ISEAbstractState.Element copy()