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

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

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

Subinterfaces of IMagicLiteral in org.eclipse.wst.jsdt.core.ast
 interface IFalseLiteral
          Representation of the false literal.
 interface INullLiteral
          Representation of the null literal.
 interface ITrueLiteral
          Representation of the 'true' literal.
 interface IUndefinedLiteral
          Representation of a the 'undefined' literal.