Uses of Interface
org.eclipse.wst.jsdt.core.ast.ILiteral

Packages that use ILiteral
org.eclipse.wst.jsdt.core.ast   
 

Uses of ILiteral in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of ILiteral in org.eclipse.wst.jsdt.core.ast
 interface ICharLiteral
          Representation of character literal.
 interface IDoubleLiteral
           This interface is not intended to be implemented by clients.
 interface IExtendedStringLiteral
          Representation of a string literal.
 interface IFalseLiteral
          Representation of the false literal.
 interface IFloatLiteral
           This interface is not intended to be implemented by clients.
 interface IIntLiteral
           This interface is not intended to be implemented by clients.
 interface IIntLiteralMinValue
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ILongLiteral
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ILongLiteralMinValue
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IMagicLiteral
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface INullLiteral
          Representation of the null literal.
 interface INumberLiteral
          Representation of a numeric literal.
 interface IRegExLiteral
          Representation of a regular expression literal.
 interface IStringLiteral
          Representation of a string literal.
 interface IStringLiteralConcatenation
          Representation of a string literal.
 interface ITrueLiteral
          Representation of the 'true' literal.
 interface IUndefinedLiteral
          Representation of a the 'undefined' literal.