Package | Description |
---|---|
org.sablecc.sablecc | |
org.sablecc.sablecc.analysis |
Modifier and Type | Field and Description |
---|---|
private AAlt |
InternalTransformationsToGrammar.aParsedAlt |
Modifier and Type | Method and Description |
---|---|
void |
InternalTransformationsToGrammar.caseAAlt(AAlt node) |
void |
AlternativeElementTypes.caseAAlt(AAlt node) |
void |
PrettyPrinter.caseAAlt(AAlt node) |
void |
ResolveIds.caseAAlt(AAlt alt) |
void |
RecursiveProductionsDetections.caseAAlt(AAlt node) |
void |
ConstructParserGenerationDatas.caseAAlt(AAlt node) |
void |
ResolveAltIds.caseAAlt(AAlt alt) |
void |
AddAstProductions.inAAlt(AAlt node) |
void |
AddProdTransformAndAltTransform.inAAlt(AAlt alt) |
void |
ComputeCGNomenclature.inAAlt(AAlt nodeAlt) |
void |
ComputeSimpleTermPosition.inAAlt(AAlt node) |
void |
ResolveTransformIds.inAAlt(AAlt nodeAlt) |
java.util.LinkedList |
Inlining.inlineAlternative(AAlt alt)
boolean containsDoubloons(List aList)
{
AAlt[] alts = (AAlt [])aList.toArray(new AAlt[0]);
LinkedList[] theWhole = new LinkedList[alts.length];
for(int i=0; i |
void |
AddAstProductions.outAAlt(AAlt node) |
void |
ComputeSimpleTermPosition.outAAlt(AAlt node) |
void |
ResolveTransformIds.outAAlt(AAlt node) |
Constructor and Description |
---|
In_Alternative(AAlt alt,
java.lang.String[] prodTransformElems,
java.lang.String prodName) |
Modifier and Type | Method and Description |
---|---|
void |
ReversedDepthFirstAdapter.caseAAlt(AAlt node) |
void |
DepthFirstAdapter.caseAAlt(AAlt node) |
void |
Analysis.caseAAlt(AAlt node) |
void |
AnalysisAdapter.caseAAlt(AAlt node) |
void |
ReversedDepthFirstAdapter.inAAlt(AAlt node) |
void |
DepthFirstAdapter.inAAlt(AAlt node) |
void |
ReversedDepthFirstAdapter.outAAlt(AAlt node) |
void |
DepthFirstAdapter.outAAlt(AAlt node) |
Copyright © 1997-2016 Sablecc. All Rights Reserved.