public class Scanner extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected char |
ch0 |
protected char |
ch1 |
protected char |
ch2 |
protected char |
ch3 |
protected char[] |
content |
protected int |
limit |
protected int |
line |
protected int |
position |
protected final char[] content
protected int position
protected final int limit
protected int line
protected char ch0
protected char ch1
protected char ch2
protected char ch3
protected Scanner(char[] content,
int line,
int start,
int length)
protected Scanner(String content)
Copyright © 2022. All rights reserved.