public class WildcardComponent extends Component
| Modifier and Type | Field and Description |
|---|---|
static int |
NAMESPACE_CONSTRAINT_ANY |
static int |
NAMESPACE_CONSTRAINT_NOT |
static int |
NAMESPACE_CONSTRAINT_NOT_ABSENT |
static int |
NAMESPACE_CONSTRAINT_SET |
static int |
NAMESPACE_CONSTRAINT_SET_OR_ABSENT |
| Constructor and Description |
|---|
WildcardComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComponentVisitor visitor) |
int |
getNamespaceConstraintTag() |
String |
getNamespaceName() |
void |
setNamespaceConstraintTag(int i) |
void |
setNamespaceName(String s) |
void |
setProcessContents(Symbol s) |
public static final int NAMESPACE_CONSTRAINT_ANY
public static final int NAMESPACE_CONSTRAINT_NOT
public static final int NAMESPACE_CONSTRAINT_NOT_ABSENT
public static final int NAMESPACE_CONSTRAINT_SET
public static final int NAMESPACE_CONSTRAINT_SET_OR_ABSENT
public void setProcessContents(Symbol s)
public int getNamespaceConstraintTag()
public void setNamespaceConstraintTag(int i)
public String getNamespaceName()
public void setNamespaceName(String s)
public void accept(ComponentVisitor visitor) throws Exception
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.