| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.plugins.cmp.ejbql.SimpleNode
org.jboss.ejb.plugins.cmp.ejbql.AggregateFunction
org.jboss.ejb.plugins.cmp.ejbql.ASTCount
public final class ASTCount
This abstract syntax node represents a count function.
| Field Summary | 
|---|
| Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.AggregateFunction | 
|---|
| distinct | 
| Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode | 
|---|
| children, id, parent | 
| Constructor Summary | |
|---|---|
| ASTCount(int id) | |
| Method Summary | |
|---|---|
| protected  Class | getDefaultResultType() | 
|  Object | jjtAccept(JBossQLParserVisitor visitor,
          Object data)Accept the visitor. | 
| Methods inherited from class org.jboss.ejb.plugins.cmp.ejbql.AggregateFunction | 
|---|
| readResult, setResultType | 
| Methods inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode | 
|---|
| dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.jboss.ejb.plugins.cmp.ejbql.SelectFunction | 
|---|
| readResult | 
| Constructor Detail | 
|---|
public ASTCount(int id)
| Method Detail | 
|---|
protected Class getDefaultResultType()
getDefaultResultType in class AggregateFunction
public Object jjtAccept(JBossQLParserVisitor visitor,
                        Object data)
jjtAccept in class SimpleNode| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||