Class GFOpTextPosition
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.operator.base.GFOperator
org.verapdf.gf.model.impl.operator.textposition.GFOpTextPosition
- All Implemented Interfaces:
Object,Operator,OpTextPosition
- Direct Known Subclasses:
GFOp_General_Td,GFOp_T_Star,GFOp_Tm
Base class for all text position operators
- Author:
- Timur Kamalov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFOpTextPosition(List<COSBase> arguments) GFOpTextPosition(List<COSBase> arguments, String opType) -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbersMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
OP_TEXT_POSITION_TYPE
Type name forGFOpTextPosition. Current type applies to Tm and T* operators- See Also:
-
-
Constructor Details
-
GFOpTextPosition
-
GFOpTextPosition
-