com.hp.hpl.jena.extras.tools.notations.likeN3
Class State

java.lang.Object
  extended by com.hp.hpl.jena.extras.tools.notations.likeN3.State

public class State
extends java.lang.Object


Constructor Summary
State(Lexer st)
           
 
Method Summary
 void advance()
           
 boolean at(java.lang.String s)
           
 java.lang.String consume()
           
 boolean startsSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State(Lexer st)
Method Detail

advance

public void advance()

at

public boolean at(java.lang.String s)

startsSubject

public boolean startsSubject()

consume

public java.lang.String consume()