public class XMLForest extends Object implements Expression
LanguageObject.Util
Constructor and Description |
---|
XMLForest(List<DerivedColumn> args) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor.
|
XMLForest |
clone()
Implement clone to make objects cloneable.
|
boolean |
equals(Object obj) |
List<DerivedColumn> |
getArgs() |
XMLNamespaces |
getNamespaces() |
Class<?> |
getType()
Get the return type of this expression.
|
int |
hashCode() |
void |
setNamespaces(XMLNamespaces namespaces) |
String |
toString() |
public XMLForest(List<DerivedColumn> args)
public XMLNamespaces getNamespaces()
public void setNamespaces(XMLNamespaces namespaces)
public List<DerivedColumn> getArgs()
public Class<?> getType()
Expression
getType
in interface Expression
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor
in interface LanguageObject
visitor
- Visitor being usedpublic XMLForest clone()
LanguageObject
clone
in interface LanguageObject
clone
in class Object
Copyright © 2020. All rights reserved.