Uses of Class
org.eclipse.wst.jsdt.core.dom.TypeLiteral

Packages that use TypeLiteral
org.eclipse.wst.jsdt.core.dom   
 

Uses of TypeLiteral in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return TypeLiteral
 TypeLiteral AST.newTypeLiteral()
          Creates and returns a new unparented type literal expression node owned by this AST.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type TypeLiteral
 void ASTVisitor.endVisit(TypeLiteral node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(TypeLiteral node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(TypeLiteral node)
          Visits the given type-specific AST node.