ParsingFramework.MicroOperations
Class FunctionStringLength

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

public class FunctionStringLength
extends java.lang.Object

Plugable function to calculate length of a string.

Author:
Paul Grace

Constructor Summary
FunctionStringLength(IParseOperations parent)
           
 
Method Summary
 java.lang.Integer length(byte[] parameter)
           
 java.lang.Integer length(java.lang.String parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionStringLength

public FunctionStringLength(IParseOperations parent)
Method Detail

length

public java.lang.Integer length(java.lang.String parameter)

length

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