| Package | Description |
|---|---|
| com.google.clearsilver.jsilver.syntax.analysis | |
| com.google.clearsilver.jsilver.syntax.node |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseTWord(TWord node) |
void |
Analysis.caseTWord(TWord node) |
| Modifier and Type | Method and Description |
|---|---|
TWord |
ANameVariable.getWord() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<TWord> |
ADefCommand.getMacro() |
LinkedList<TWord> |
ACallCommand.getMacro() |
| Modifier and Type | Method and Description |
|---|---|
void |
ANameVariable.setWord(TWord node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ADefCommand.setMacro(List<TWord> list) |
void |
ACallCommand.setMacro(List<TWord> list) |
| Constructor and Description |
|---|
ANameVariable(TWord _word_) |
| Constructor and Description |
|---|
ACallCommand(PPosition _position_,
List<TWord> _macro_,
List<PExpression> _arguments_) |
ADefCommand(PPosition _position_,
List<TWord> _macro_,
List<PVariable> _arguments_,
PCommand _command_) |
Copyright © 2010-2012 Google. All Rights Reserved.