net.hydromatic.clapham.graph
Class AltNode

java.lang.Object
  extended by net.hydromatic.clapham.graph.Node
      extended by net.hydromatic.clapham.graph.AltNode

public class AltNode
extends Node

TODO:

Since:
Aug 27, 2008
Author:
jhyde
 

Field Summary
 
Fields inherited from class net.hydromatic.clapham.graph.Node
down, itergraph, n, next, posLine, sub, sym, typ, up
 
Constructor Summary
AltNode(Grammar grammar, Node sub)
           
 
Method Summary
 
Methods inherited from class net.hydromatic.clapham.graph.Node
accept, calcPos, calcSize, drawComponents, setWrapSize, unparse, visitChildren
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AltNode

public AltNode(Grammar grammar,
               Node sub)

SourceForge.net_Logo