jltools.ast
Interface CharLit

All Superinterfaces:
java.lang.Cloneable, Copy, Expr, Lit, Node, NumLit, Prefix, Receiver, java.io.Serializable, Typed
All Known Implementing Classes:
CharLit_c

public interface CharLit
extends NumLit

An CharLit represents a literal in java of char type.


Method Summary
 char value()
           
 CharLit value(char value)
           
 
Methods inherited from interface jltools.ast.NumLit
longValue
 
Methods inherited from interface jltools.ast.Lit
objValue
 
Methods inherited from interface jltools.ast.Expr
precedence, type
 
Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 
Methods inherited from interface jltools.ast.Typed
type
 

Method Detail

value

public char value()

value

public CharLit value(char value)