Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.ide.model.java.source.tree.NameT

Uses of NameT in javax.ide.model.java.source.tree
 

Fields in javax.ide.model.java.source.tree declared as NameT
static NameT[] NameT.EMPTY_ARRAY
           
 

Methods in javax.ide.model.java.source.tree that return NameT
 NameT HasNameT.getNameElement()
          Gets the name symbol.
 NameT SimpleStatementT.getExpressionName()
          Valid for "break" and "continue" statements.
 

Methods in javax.ide.model.java.source.tree with parameters of type NameT
 void HasNameT.setNameElement(NameT name)
          Unlinks the current name and links the input element.