public final class AIntegerConstant extends PConstant
| Constructor and Description |
|---|
AIntegerConstant() |
AIntegerConstant(TMinus _minus_,
TIntegerConstant _integerConstant_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TIntegerConstant |
getIntegerConstant() |
TMinus |
getMinus() |
void |
setIntegerConstant(TIntegerConstant node) |
void |
setMinus(TMinus node) |
String |
toString() |
public AIntegerConstant()
public AIntegerConstant(TMinus _minus_, TIntegerConstant _integerConstant_)
public void apply(Switch sw)
public TMinus getMinus()
public void setMinus(TMinus node)
public TIntegerConstant getIntegerConstant()
public void setIntegerConstant(TIntegerConstant node)
Copyright © 2020 Soot OSS. All rights reserved.