public class CtRolePathElement extends AbstractPathElement<CtElement,CtElement>
Differents roles are define :
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STRING |
ARGUMENT_END, ARGUMENT_NAME_SEPARATOR, ARGUMENT_START
Constructor and Description |
---|
CtRolePathElement(CtRole role) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CtElement> |
getElements(java.util.Collection<CtElement> roots)
Get elements childs of roots that match with this path.
|
CtRole |
getRole() |
java.lang.String |
toString() |
addArgument, getArguments, getParamString
public static final java.lang.String STRING
public CtRolePathElement(CtRole role)
public CtRole getRole()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Collection<CtElement> getElements(java.util.Collection<CtElement> roots)
CtPathElement
Copyright © 2007–2021 Inria. All rights reserved.