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

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/
H A DJQLAST.java42 * JQLAST.java
71 public class JQLAST class in inherits:CommonAST
86 public JQLAST() method in class:JQLAST
90 public JQLAST(int type, String text, Type jqlType) method in class:JQLAST
95 public JQLAST(int type, String text, Type jqlType, Object value) method in class:JQLAST
100 public JQLAST(Token t) method in class:JQLAST
105 public JQLAST(JQLAST ast) method in class:JQLAST
146 initialize((JQLAST)ast);
149 public void initialize(JQLAST as
[all...]

Completed in 14 milliseconds