public final class Range extends Object implements CharSequence
Modifier and Type | Field and Description |
---|---|
char[] |
buff |
int |
end |
int |
incr |
int |
len |
int |
start |
Token.TokenType |
type |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
length() |
void |
punct(char p,
int start) |
void |
set(char[] buff,
int len,
int start) |
void |
set(char c1,
char c2,
int start) |
void |
set(char c,
int start) |
void |
setType(Token.TokenType type) |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
chars, codePoints
public char[] buff
public int len
public int start
public int end
public int incr
public Token.TokenType type
public void set(char c1, char c2, int start)
public void set(char c, int start)
public void set(char[] buff, int len, int start)
public void punct(char p, int start)
public void setType(Token.TokenType type)
public int length()
length
in interface CharSequence
public char charAt(int index)
charAt
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
public String toString()
toString
in interface CharSequence
toString
in class Object
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.