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