org.jwall.log.io
Class ParserGenerator.Token

java.lang.Object
  extended by org.jwall.log.io.ParserGenerator.Token
Enclosing class:
ParserGenerator

public static class ParserGenerator.Token
extends Object


Constructor Summary
ParserGenerator.Token(String name)
           
 
Method Summary
 String getName()
           
 Pattern getPattern()
           
 String getValue()
           
 boolean isRegex()
           
 boolean isVariable()
           
 int skipLength(String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserGenerator.Token

public ParserGenerator.Token(String name)
Method Detail

isRegex

public boolean isRegex()

getPattern

public Pattern getPattern()

isVariable

public boolean isVariable()

getName

public String getName()

skipLength

public int skipLength(String str)

getValue

public String getValue()


Copyright © 2012 jwall.org. All Rights Reserved.