public class SyntaxElement extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
short |
beginColumn
The column at which the element begins.
|
int |
beginLine
The line number on which the element begins.
|
short |
endColumn
The column at which the element ends.
|
int |
endLine
The line number on which the element ends.
|
| 构造器和说明 |
|---|
SyntaxElement() |
public int beginLine
public short beginColumn
public int endLine
public short endColumn
Copyright © 2020. All rights reserved.