Package | Description |
---|---|
org.sablecc.sablecc.analysis | |
org.sablecc.sablecc.node | |
org.sablecc.sablecc.parser |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.caseTId(TId node) |
void |
AnalysisAdapter.caseTId(TId node) |
Modifier and Type | Field and Description |
---|---|
private TId |
AAstAlt._altName_ |
private TId |
AAlt._altName_ |
private TId |
AElem._elemName_ |
private TId |
AHelperDef._id_ |
private TId |
ATransition._id_ |
private TId |
AIdBasic._id_ |
private TId |
AElem._id_ |
private TId |
AAstProd._id_ |
private TId |
AStateListTail._id_ |
private TId |
ATokenDef._id_ |
private TId |
AProd._id_ |
private TId |
AStateList._id_ |
private TId |
ASimpleTerm._id_ |
private TId |
ASimpleListTerm._id_ |
private TId |
AProdName._id_ |
private TId |
AProdName._prodNameTail_ |
private TId |
ASimpleTerm._simpleTermTail_ |
private TId |
ASimpleListTerm._simpleTermTail_ |
Modifier and Type | Method and Description |
---|---|
TId |
AAstAlt.getAltName() |
TId |
AAlt.getAltName() |
TId |
AElem.getElemName() |
TId |
AHelperDef.getId() |
TId |
ATransition.getId() |
TId |
AIdBasic.getId() |
TId |
AElem.getId() |
TId |
AAstProd.getId() |
TId |
AStateListTail.getId() |
TId |
ATokenDef.getId() |
TId |
AProd.getId() |
TId |
AStateList.getId() |
TId |
ASimpleTerm.getId() |
TId |
ASimpleListTerm.getId() |
TId |
AProdName.getId() |
TId |
AProdName.getProdNameTail() |
TId |
ASimpleTerm.getSimpleTermTail() |
TId |
ASimpleListTerm.getSimpleTermTail() |
Modifier and Type | Method and Description |
---|---|
void |
AAstAlt.setAltName(TId node) |
void |
AAlt.setAltName(TId node) |
void |
AElem.setElemName(TId node) |
void |
AHelperDef.setId(TId node) |
void |
ATransition.setId(TId node) |
void |
AIdBasic.setId(TId node) |
void |
AElem.setId(TId node) |
void |
AAstProd.setId(TId node) |
void |
AStateListTail.setId(TId node) |
void |
ATokenDef.setId(TId node) |
void |
AProd.setId(TId node) |
void |
AStateList.setId(TId node) |
void |
ASimpleTerm.setId(TId node) |
void |
ASimpleListTerm.setId(TId node) |
void |
AProdName.setId(TId node) |
void |
AProdName.setProdNameTail(TId node) |
void |
ASimpleTerm.setSimpleTermTail(TId node) |
void |
ASimpleListTerm.setSimpleTermTail(TId node) |
Constructor and Description |
---|
AAlt(TId _altName_,
java.util.List _elems_,
PAltTransform _altTransform_) |
AAstAlt(TId _altName_,
java.util.List _elems_) |
AAstProd(TId _id_,
java.util.List _alts_) |
AElem(TId _elemName_,
PSpecifier _specifier_,
TId _id_,
PUnOp _unOp_) |
AHelperDef(TId _id_,
PRegExp _regExp_) |
AIdBasic(TId _id_) |
AProd(TId _id_,
TArrow _arrow_,
java.util.List _prodTransform_,
java.util.List _alts_) |
AProdName(TId _id_,
TId _prodNameTail_) |
ASimpleListTerm(PSpecifier _specifier_,
TId _id_,
TId _simpleTermTail_) |
ASimpleTerm(PSpecifier _specifier_,
TId _id_,
TId _simpleTermTail_) |
AStateList(TId _id_,
PTransition _transition_,
java.util.List _stateLists_) |
AStateListTail(TId _id_,
PTransition _transition_) |
ATokenDef(PStateList _stateList_,
TId _id_,
PRegExp _regExp_,
TSlash _slash_,
PRegExp _lookAhead_) |
ATransition(TId _id_) |
Modifier and Type | Method and Description |
---|---|
void |
TokenIndex.caseTId(TId node) |
Copyright © 1997-2016 Sablecc. All Rights Reserved.