ParsingFramework.MicroOperations
Class FunctionArrayLength

java.lang.Object
  extended by ParsingFramework.MicroOperations.FunctionArrayLength

public class FunctionArrayLength
extends java.lang.Object

Plugable function to calculate length of a string.

Author:
Paul Grace

Constructor Summary
FunctionArrayLength(IParseOperations parent)
           
 
Method Summary
 java.lang.Integer arraylength(byte[] parameter)
           
 java.lang.Integer arraylength(int[] parameter)
           
 java.lang.Integer arraylength(java.util.Vector parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionArrayLength

public FunctionArrayLength(IParseOperations parent)
Method Detail

arraylength

public java.lang.Integer arraylength(java.util.Vector parameter)

arraylength

public java.lang.Integer arraylength(byte[] parameter)

arraylength

public java.lang.Integer arraylength(int[] parameter)