java.lang.Object
org.seasar.doma.internal.jdbc.command.ScriptTokenizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected final Stringprotected intprotected Stringprotected intprotected intprotected Stringprotected ScriptTokenType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
blockDelimiter
-
line
-
pos
protected int pos -
nextPos
protected int nextPos -
length
protected int length -
token
-
type
-
blockCommentStarted
protected boolean blockCommentStarted
-
-
Constructor Details
-
ScriptTokenizer
-
-
Method Details
-
addLine
-
peek
protected void peek(int index) -
peekChar
protected void peekChar(int index, char c) -
nextToken
-
isOther
protected static boolean isOther(char c) -
getToken
-