public class TagStatement extends Statement
cache(){
......
}
| 限定符和类型 | 字段和说明 |
|---|---|
Statement |
block |
Expression[] |
paras |
| 构造器和说明 |
|---|
TagStatement(String tagName,
Expression[] paras,
Statement block,
GrammarToken token) |
public Expression[] paras
public Statement block
public TagStatement(String tagName, Expression[] paras, Statement block, GrammarToken token)
Copyright © 2017. All rights reserved.