Uses of Class
org.onemind.jxp.parser.AstObjectAllocationExpression

Packages that use AstObjectAllocationExpression
org.onemind.jxp   
org.onemind.jxp.parser   
 

Uses of AstObjectAllocationExpression in org.onemind.jxp
 

Methods in org.onemind.jxp with parameters of type AstObjectAllocationExpression
 java.lang.Object JxpProcessor.visit(AstObjectAllocationExpression node, java.lang.Object data)
          (non-Javadoc)
 

Uses of AstObjectAllocationExpression in org.onemind.jxp.parser
 

Methods in org.onemind.jxp.parser with parameters of type AstObjectAllocationExpression
 java.lang.Object JxpParserVisitor.visit(AstObjectAllocationExpression node, java.lang.Object data)