public class PurityParamNode extends Object implements PurityNode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isInside()
Is it an inside node ?
|
boolean |
isLoad()
Is it a load node ?
|
boolean |
isParam()
Is it a parameter or this node ?
|
String |
toString() |
public boolean isInside()
PurityNode
isInside
in interface PurityNode
public boolean isLoad()
PurityNode
isLoad
in interface PurityNode
public boolean isParam()
PurityNode
isParam
in interface PurityNode
Copyright © 2020 Sable. All rights reserved.