public class SetSession extends Statement
Constructor and Description |
---|
SetSession(NodeLocation location,
QualifiedName name,
Expression value) |
SetSession(QualifiedName name,
Expression value) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor , use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
QualifiedName |
getName() |
Expression |
getValue() |
int |
hashCode() |
String |
toString() |
getLocation
public SetSession(QualifiedName name, Expression value)
public SetSession(NodeLocation location, QualifiedName name, Expression value)
public QualifiedName getName()
public Expression getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Node
AstVisitor
, use AstVisitor.process(Node, Object)
instead.Copyright © 2012-2016. All Rights Reserved.