|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.javaparser.BuildExpression
public class BuildExpression
This object builds an expression. The first method builds an expression based on the name of the argument.
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 |
---|
public BuildExpression()
Method Detail |
---|
public ASTExpression buildName(java.lang.String name)
name
- the name of the field or parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |