public class TagStatement extends Statement
cache(){
......
}
| 构造器和说明 |
|---|
TagStatement(String tagName,
Expression[] paras,
Statement block,
GrammarToken token) |
protected String tagName
public Expression[] paras
public Statement block
public TagStatement(String tagName, Expression[] paras, Statement block, GrammarToken token)
Copyright © 2022. All rights reserved.