org.icepdf.core.tag.query
Class Function

java.lang.Object
  extended by org.icepdf.core.tag.query.Function
All Implemented Interfaces:
Expression
Direct Known Subclasses:
Substring

public abstract class Function
extends java.lang.Object
implements Expression

Since:
4.0
Author:
mcollette

Field Summary
protected  java.lang.String[] arguments
           
 
Constructor Summary
Function()
           
 
Method Summary
 java.lang.String describe(int indent)
           
 void setArguments(java.lang.String[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.icepdf.core.tag.query.Expression
getArgumentCount, matches
 

Field Detail

arguments

protected java.lang.String[] arguments
Constructor Detail

Function

public Function()
Method Detail

setArguments

public void setArguments(java.lang.String[] arguments)

describe

public java.lang.String describe(int indent)
Specified by:
describe in interface Expression