uk.ac.ic.doc.automed.templates.wrapper
Class TemplateCompilerSimulator.FUNCTION

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.ITEM
        |
        +--uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.STRING
              |
              +--uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.FUNCTION
Enclosing class:
TemplateCompilerSimulator

public static class TemplateCompilerSimulator.FUNCTION
extends TemplateCompilerSimulator.STRING


Field Summary
 boolean isArgument
           
 boolean isString
           
 java.lang.String value
           
 
Fields inherited from class uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.ITEM
hidden, myArgument, myCompiler
 
Constructor Summary
protected TemplateCompilerSimulator.FUNCTION()
           
protected TemplateCompilerSimulator.FUNCTION(java.lang.String s)
           
protected TemplateCompilerSimulator.FUNCTION(TArgument ta)
           
 
Method Summary
 java.lang.String getString()
           
static TemplateCompilerSimulator.FUNCTION IS(java.lang.String s)
           
static TemplateCompilerSimulator.FUNCTION IS(TemplateCompilerSimulator.FUNCTION f)
           
 void setArgument(TArgument ta)
           
 
Methods inherited from class uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.ITEM
getArgument, hide, isHidden, setCompiler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isString

public boolean isString

isArgument

public boolean isArgument

value

public java.lang.String value
Constructor Detail

TemplateCompilerSimulator.FUNCTION

protected TemplateCompilerSimulator.FUNCTION(TArgument ta)

TemplateCompilerSimulator.FUNCTION

protected TemplateCompilerSimulator.FUNCTION(java.lang.String s)

TemplateCompilerSimulator.FUNCTION

protected TemplateCompilerSimulator.FUNCTION()
Method Detail

getString

public java.lang.String getString()

setArgument

public void setArgument(TArgument ta)
Overrides:
setArgument in class TemplateCompilerSimulator.ITEM

IS

public static TemplateCompilerSimulator.FUNCTION IS(TemplateCompilerSimulator.FUNCTION f)

IS

public static TemplateCompilerSimulator.FUNCTION IS(java.lang.String s)