uk.ac.man.cs.rainbow.compiler.tables
Class TablePattern

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
        |
        +--uk.ac.man.cs.rainbow.compiler.CompilerNode
              |
              +--uk.ac.man.cs.rainbow.compiler.tables.TablePattern
Direct Known Subclasses:
InputPattern, OutputPattern

public abstract class TablePattern
extends CompilerNode


Fields inherited from class uk.ac.man.cs.rainbow.compiler.CompilerNode
next, sourcepos
 
Constructor Summary
TablePattern(SourcePosition sourcepos)
           
 
Method Summary
 RASMList channel_num()
           
 void set_pos(int n)
           
 void set_poses(int newpos)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.CompilerNode
append, appendNotParent, dumpNode, dumpTree, getParent, indent, iterator, list_typecheck, list_typecheck, listLength, listToString, noParent, rasm_list, rasm, rasm, setParent, toString, typecheck, typecheck, typecheckGreen, typecheckGreen
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.CompilerThing
className, crashHere, getSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TablePattern

public TablePattern(SourcePosition sourcepos)
Method Detail

set_pos

public void set_pos(int n)

set_poses

public void set_poses(int newpos)

channel_num

public RASMList channel_num()