public class TarsStructMember
extends org.antlr.runtime.tree.CommonTree
| 构造器和说明 |
|---|
TarsStructMember(int tokenType,
String tag,
org.antlr.runtime.Token isRequire,
String memberName,
String defaultValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChild(org.antlr.runtime.tree.Tree child) |
String |
defaultValue() |
boolean |
isRequire() |
String |
memberName() |
TarsType |
memberType() |
int |
tag() |
dupNode, getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic void addChild(org.antlr.runtime.tree.Tree child)
addChild 在接口中 org.antlr.runtime.tree.TreeaddChild 在类中 org.antlr.runtime.tree.BaseTreepublic int tag()
public boolean isRequire()
public TarsType memberType()
public String memberName()
public String defaultValue()
Copyright © 2020. All Rights Reserved.