public final class AEmptyFunction extends PFunction
| Constructor and Description |
|---|
AEmptyFunction() |
AEmptyFunction(PName _name_,
TLParenthese _lParenthese_,
TRParenthese _rParenthese_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TLParenthese |
getLParenthese() |
PName |
getName() |
TRParenthese |
getRParenthese() |
void |
setLParenthese(TLParenthese node) |
void |
setName(PName node) |
void |
setRParenthese(TRParenthese node) |
String |
toString() |
public AEmptyFunction()
public AEmptyFunction(PName _name_, TLParenthese _lParenthese_, TRParenthese _rParenthese_)
public void apply(Switch sw)
public PName getName()
public void setName(PName node)
public TLParenthese getLParenthese()
public void setLParenthese(TLParenthese node)
public TRParenthese getRParenthese()
public void setRParenthese(TRParenthese node)
Copyright © 2015 Java Data Mining Package. All rights reserved.