tom.library.adt.bytecode
Class BytecodeAbstractType.CollectSubtermValue
java.lang.Object
tom.library.sl.AbstractStrategy
tom.library.sl.AbstractStrategyBasic
tom.library.adt.bytecode.BytecodeAbstractType.CollectSubtermValue
- All Implemented Interfaces:
- Strategy, Visitable
- Enclosing class:
- BytecodeAbstractType
public static class BytecodeAbstractType.CollectSubtermValue
- extends AbstractStrategyBasic
| Methods inherited from class tom.library.sl.AbstractStrategy |
getAncestor, getEnvironment, getPosition, getRoot, getSubject, init, init, setEnvironment, setRoot, setSubject, visit, visit, visit, visit, visitLight |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytecodeAbstractType.CollectSubtermValue
public BytecodeAbstractType.CollectSubtermValue(String label,
tom.library.adt.bytecode.BytecodeAbstractType.InfoValue info)
getlabel
public String getlabel()
getinfo
public tom.library.adt.bytecode.BytecodeAbstractType.InfoValue getinfo()
getChildren
public Visitable[] getChildren()
- Specified by:
getChildren in interface Visitable- Overrides:
getChildren in class AbstractStrategyBasic
setChildren
public Visitable setChildren(Visitable[] children)
- Specified by:
setChildren in interface Visitable- Overrides:
setChildren in class AbstractStrategyBasic
getChildCount
public int getChildCount()
- Specified by:
getChildCount in interface Visitable- Overrides:
getChildCount in class AbstractStrategyBasic
getChildAt
public Visitable getChildAt(int index)
- Specified by:
getChildAt in interface Visitable- Overrides:
getChildAt in class AbstractStrategyBasic
setChildAt
public Visitable setChildAt(int index,
Visitable child)
- Specified by:
setChildAt in interface Visitable- Overrides:
setChildAt in class AbstractStrategyBasic
visitLight
public <T> T visitLight(T v,
Introspector introspector)
throws VisitFailure
- Throws:
VisitFailure
_visit_Value
public Value _visit_Value(Value arg,
Introspector introspector)
throws VisitFailure
- Throws:
VisitFailure
visit_Value
public Value visit_Value(Value tom__arg,
Introspector introspector)
throws VisitFailure
- Throws:
VisitFailure