uk.ac.man.cs.rainbow.compiler.networks
Class PlainNetwork

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
        |
        +--uk.ac.man.cs.rainbow.compiler.CompilerNode
              |
              +--uk.ac.man.cs.rainbow.compiler.networks.Network
                    |
                    +--uk.ac.man.cs.rainbow.compiler.networks.PlainNetwork
All Implemented Interfaces:
Cloneable

public class PlainNetwork
extends Network


Fields inherited from class uk.ac.man.cs.rainbow.compiler.CompilerNode
next, sourcepos
 
Constructor Summary
PlainNetwork()
           
PlainNetwork(SourcePosition sourcepos, Pipeline pipeList)
           
 
Method Summary
 String dumpTree(int n)
           
 Pipeline getPipeList()
           
 ProcessTerm[] getRAPA(RapaEnv env)
           
 RASMList rasm(GreenEnv env)
           
 String toString()
           
 int total_inputs_required(TCEnv env)
           
 CompilerType typecheckGreen(TCEnv env, Errors errors, CompilerType input_typeList)
           
 CompilerType typecheckGreen(TCEnv env, Errors errors, CompilerType input_typeList, SourcePosition sourcepos)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.networks.Network
cloneNetworkNoParent
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.CompilerNode
append, appendNotParent, dumpNode, getParent, indent, iterator, list_typecheck, list_typecheck, listLength, listToString, noParent, rasm_list, rasm, setParent, typecheck, typecheck
 
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

PlainNetwork

public PlainNetwork(SourcePosition sourcepos,
                    Pipeline pipeList)

PlainNetwork

public PlainNetwork()
Method Detail

toString

public String toString()
Overrides:
toString in class Network

dumpTree

public String dumpTree(int n)
Overrides:
dumpTree in class CompilerNode

total_inputs_required

public int total_inputs_required(TCEnv env)
Overrides:
total_inputs_required in class Network

typecheckGreen

public CompilerType typecheckGreen(TCEnv env,
                                   Errors errors,
                                   CompilerType input_typeList,
                                   SourcePosition sourcepos)
Overrides:
typecheckGreen in class Network

typecheckGreen

public CompilerType typecheckGreen(TCEnv env,
                                   Errors errors,
                                   CompilerType input_typeList)
Overrides:
typecheckGreen in class CompilerNode

rasm

public RASMList rasm(GreenEnv env)
Overrides:
rasm in class Network

getRAPA

public ProcessTerm[] getRAPA(RapaEnv env)
Overrides:
getRAPA in class Network

getPipeList

public Pipeline getPipeList()