public class Token
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Token.Type |
Constructor and Description |
---|
Token(Token.Type group,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
int |
getBeginIndex() |
int |
getEndIndex() |
Token.Type |
getType() |
java.lang.String |
source(java.lang.String mother) |
java.lang.String |
toString() |
public Token(Token.Type group, int begin, int end)
public Token.Type getType()
public int getBeginIndex()
public int getEndIndex()
public java.lang.String source(java.lang.String mother)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.