uk.ac.ic.doc.automed.templates.wrapper
Class TArgument
java.lang.Object
|
+--uk.ac.ic.doc.automed.templates.wrapper.TArgument
- Direct Known Subclasses:
- TStatementArgument, TTemplateArgument
- public abstract class TArgument
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
protected int position
TArgument
public TArgument()
getPosition
protected int getPosition()
numberOfElements
protected abstract int numberOfElements()
getType
protected abstract uk.ac.ic.doc.automed.templates.wrapper.TType getType()
setType
protected abstract void setType(uk.ac.ic.doc.automed.templates.wrapper.TType t)
getTypeID
protected abstract int getTypeID()
isList
protected abstract boolean isList()
isObject
protected abstract boolean isObject()
isSchema
protected abstract boolean isSchema()
isFunction
protected abstract boolean isFunction()
isConstraints
protected abstract boolean isConstraints()
isName
protected abstract boolean isName()
isString
protected abstract boolean isString()
getTypeInstance
protected abstract int getTypeInstance()
setTypeInstance
protected abstract void setTypeInstance(int inst)