com.jeffpalm.javaparser
Class BuildExpression

java.lang.Object
  extended by com.jeffpalm.javaparser.BuildExpression

public class BuildExpression
extends java.lang.Object

This object builds an expression. The first method builds an expression based on the name of the argument.

Author:
Chris Seguin

Constructor Summary
BuildExpression()
           
 
Method Summary
 ASTExpression buildName(java.lang.String name)
          Builds an expression based on a name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildExpression

public BuildExpression()
Method Detail

buildName

public ASTExpression buildName(java.lang.String name)
Builds an expression based on a name

Parameters:
name - the name of the field or parameter
Returns:
the expression