fr.umlv.tatoo.cc.lexer.regex
Class Node

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.regex.Regex
      extended by fr.umlv.tatoo.cc.lexer.regex.Node
Direct Known Subclasses:
Cat, Or, Star

public abstract class Node
extends Regex

Author:
julien

Constructor Summary
Node()
           
 
Method Summary
 boolean isLeaf()
           
 
Methods inherited from class fr.umlv.tatoo.cc.lexer.regex.Regex
cloneRegex, computeFollowPos, firstPos, lastPos, nullable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node()
Method Detail

isLeaf

public boolean isLeaf()