public final class AFunctionExpression extends PExpression
Constructor and Description |
---|
AFunctionExpression() |
AFunctionExpression(PVariable _name_,
List<PExpression> _args_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList<PExpression> |
getArgs() |
PVariable |
getName() |
void |
setArgs(List<PExpression> list) |
void |
setName(PVariable node) |
String |
toString() |
public AFunctionExpression()
public AFunctionExpression(PVariable _name_, List<PExpression> _args_)
public void apply(Switch sw)
public PVariable getName()
public void setName(PVariable node)
public LinkedList<PExpression> getArgs()
public void setArgs(List<PExpression> list)
Copyright © 2010–2013 Google. All rights reserved.