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

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

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


Field Summary
static int DIGIT
           
static int HYPHEN
           
static int LETTER
           
static int SIGN
           
static int UNDER
           
 
Constructor Summary
Lexer.Sets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LETTER

public static final int LETTER
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

UNDER

public static final int UNDER
See Also:
Constant Field Values

HYPHEN

public static final int HYPHEN
See Also:
Constant Field Values

SIGN

public static final int SIGN
See Also:
Constant Field Values
Constructor Detail

Lexer.Sets

public Lexer.Sets()