Uses of Class
xtc.parser.StringValue

Packages that use StringValue
xtc.parser   
 

Uses of StringValue in xtc.parser
 

Fields in xtc.parser declared as StringValue
static StringValue StringValue.VALUE
          The canonical string value element with unknown text.
 

Methods in xtc.parser with parameters of type StringValue
 void HtmlPrinter.visit(StringValue v)
           
 void CodeGenerator.visit(StringValue v)
          Generate code for the specified string value.
 void PrettyPrinter.visit(StringValue v)
          Print the specified string value.
 java.lang.Integer CostEstimator.visit(StringValue v)
          Visit the specified string value.
 



Copyright © 2012. All Rights Reserved.