net.cscott.sdr.calls.ast
Class OptCall
java.lang.Object
net.cscott.sdr.calls.ast.AstNode
net.cscott.sdr.calls.ast.OptCall
public class OptCall
- extends AstNode
OptCall
bundles a formation condition with a
Comp
.
- Version:
- $Id: OptCall.java,v 1.7 2006-10-19 18:44:50 cananian Exp $
- Author:
- C. Scott Ananian
Fields inherited from class net.cscott.sdr.calls.ast.AstNode |
type |
selectors
public final List<Selector> selectors
child
public final Comp child
OptCall
public OptCall(List<Selector> selectors,
Comp child)
accept
public <T> OptCall accept(TransformVisitor<T> v,
T t)
- Specified by:
accept
in class AstNode
accept
public <RESULT,CLOSURE> RESULT accept(ValueVisitor<RESULT,CLOSURE> v,
CLOSURE cl)
- Specified by:
accept
in class AstNode
parseFormations
public static List<Selector> parseFormations(List<String> formations)
build
public OptCall build(List<Selector> selectors,
Comp child)
- Factory: creates new OptCall only if it would differ from this.
argsToString
public String argsToString()
- Overrides:
argsToString
in class AstNode
Copyright (c) 2006 C. Scott Ananian