Uses of Class
org.teatrove.tea.parsetree.Literal

Packages that use Literal
org.teatrove.tea.parsetree   
 

Uses of Literal in org.teatrove.tea.parsetree
 

Subclasses of Literal in org.teatrove.tea.parsetree
 class BooleanLiteral
          BooleanLiterals can only have one of two values, true or false.
 class NullLiteral
          A Literal representing the null Object.
 class NumberLiteral
          Base class for all Literals that have a numeric type.
 class StringLiteral
          A StringLiteral is a constant string of characters, usually delimited by quotes in a source file.
 



Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.