public class Field extends Object implements wpds.interfaces.Location
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.ArrayField |
| Modifier | Constructor and Description |
|---|---|
protected |
Field() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(wpds.interfaces.Location other) |
static Field |
array(int index) |
static Field |
empty() |
static Field |
epsilon() |
boolean |
equals(Object obj) |
static Field |
exclusionWildcard(Field exclusion) |
int |
hashCode() |
boolean |
isInnerClassField() |
static Field |
string(String key) |
String |
toString() |
static Field |
wildcard() |
public static Field wildcard()
public static Field empty()
public static Field epsilon()
public static Field array(int index)
public boolean accepts(wpds.interfaces.Location other)
accepts in interface wpds.interfaces.Locationpublic boolean isInnerClassField()
Copyright © 2024. All rights reserved.