public final class AExpandVariable extends PVariable
Constructor and Description |
---|
AExpandVariable() |
AExpandVariable(PVariable _parent_,
PExpression _child_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PExpression |
getChild() |
PVariable |
getParent() |
void |
setChild(PExpression node) |
void |
setParent(PVariable node) |
String |
toString() |
public AExpandVariable()
public AExpandVariable(PVariable _parent_, PExpression _child_)
public void apply(Switch sw)
public PVariable getParent()
public void setParent(PVariable node)
public PExpression getChild()
public void setChild(PExpression node)
Copyright © 2010–2018 Google. All rights reserved.