Searched defs:If (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/
H A DT4738171.java33 interface If<T> { interface
34 final If<T> C0 = null;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DIf.java21 * $Id: If.java,v 1.2.4.1 2005/09/01 15:39:47 pvedula Exp $
41 final class If extends Instruction { class in inherits:Instruction
51 Util.println("If");
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java182 If = 302, field in class:Token
345 // If the string is a keyword token, return that token
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java43 * If you write code that depends on this, you do so at your own risk.
283 public JCIf If(JCExpression cond, JCStatement thenpart, JCStatement elsepart) { method in class:TreeMaker
H A DJCTree.java70 * If you write code that depends on this, you do so at your own risk.
155 /** Conditional statements, of type If.
2144 JCIf If(JCExpression cond, JCStatement thenpart, JCStatement elsepart); method in interface:JCTree.Factory

Completed in 1398 milliseconds