public class AccessPath extends Object
| Constructor and Description |
|---|
AccessPath(Val value) |
AccessPath(Val value,
Collection<Field> fields) |
AccessPath(Val value,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Val |
getBase() |
Collection<Field> |
getFields() |
int |
hashCode() |
boolean |
isOverApproximated() |
String |
toString() |
public AccessPath(Val value)
public AccessPath(Val value, Collection<Field> fields)
public boolean isOverApproximated()
public Val getBase()
public Collection<Field> getFields()
Copyright © 2024. All rights reserved.