com.hp.hpl.jena.extras.tools.notations.likeN3
Class Lexer.Type

java.lang.Object
  extended by com.hp.hpl.jena.extras.tools.notations.likeN3.Lexer.Type
Enclosing class:
Lexer

public static class Lexer.Type
extends java.lang.Object


Field Summary
static char END
           
static char ID
           
static char LBOX
           
static char NUM
           
static char RBOX
           
static char SYM
           
 
Constructor Summary
Lexer.Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END

public static final char END
See Also:
Constant Field Values

ID

public static final char ID
See Also:
Constant Field Values

NUM

public static final char NUM
See Also:
Constant Field Values

LBOX

public static final char LBOX
See Also:
Constant Field Values

RBOX

public static final char RBOX
See Also:
Constant Field Values

SYM

public static final char SYM
See Also:
Constant Field Values
Constructor Detail

Lexer.Type

public Lexer.Type()