Lines Matching defs:syntax

17 package com.google.clearsilver.jsilver.syntax;
19 import com.google.clearsilver.jsilver.syntax.analysis.DepthFirstAdapter;
20 import com.google.clearsilver.jsilver.syntax.node.AAltCommand;
21 import com.google.clearsilver.jsilver.syntax.node.ACallCommand;
22 import com.google.clearsilver.jsilver.syntax.node.ADataCommand;
23 import com.google.clearsilver.jsilver.syntax.node.ADefCommand;
24 import com.google.clearsilver.jsilver.syntax.node.AEachCommand;
25 import com.google.clearsilver.jsilver.syntax.node.AEscapeCommand;
26 import com.google.clearsilver.jsilver.syntax.node.AEvarCommand;
27 import com.google.clearsilver.jsilver.syntax.node.AIfCommand;
28 import com.google.clearsilver.jsilver.syntax.node.ALoopCommand;
29 import com.google.clearsilver.jsilver.syntax.node.ALoopIncCommand;
30 import com.google.clearsilver.jsilver.syntax.node.ALoopToCommand;
31 import com.google.clearsilver.jsilver.syntax.node.ALvarCommand;
32 import com.google.clearsilver.jsilver.syntax.node.ANameCommand;
33 import com.google.clearsilver.jsilver.syntax.node.ANoopCommand;
34 import com.google.clearsilver.jsilver.syntax.node.ASetCommand;
35 import com.google.clearsilver.jsilver.syntax.node.AUvarCommand;
36 import com.google.clearsilver.jsilver.syntax.node.AVarCommand;
37 import com.google.clearsilver.jsilver.syntax.node.AWithCommand;
38 import com.google.clearsilver.jsilver.syntax.node.Start;
39 import com.google.clearsilver.jsilver.syntax.node.TData;
48 * commands, comments or whitespace and rewrites the syntax tree to effectively remove any data