railo.transformer.bytecode.statement.tag
Class TagImport

java.lang.Object
  extended by railo.transformer.bytecode.statement.StatementBase
      extended by railo.transformer.bytecode.statement.tag.TagBase
          extended by railo.transformer.bytecode.statement.tag.TagImport
All Implemented Interfaces:
Statement, HasBody, Tag

public class TagImport
extends TagBase


Constructor Summary
TagImport(int startLine)
          Constructor of the class
TagImport(int startLine, int endLine)
          Constructor of the class
 
Method Summary
 String getPath()
           
 void setPath(String path)
           
 
Methods inherited from class railo.transformer.bytecode.statement.tag.TagBase
_writeOut, _writeOut, addAttribute, addMetaData, addMissingAttribute, containsAttribute, getAppendix, getAttribute, getAttributes, getBody, getFullname, getMetaData, getMissingAttributes, getTagLibTag, isScriptBase, removeAttribute, setAppendix, setBody, setFullname, setScriptBase, setTagLibTag, toString
 
Methods inherited from class railo.transformer.bytecode.statement.StatementBase
getDescendantCount, getEndLine, getLine, getParent, getStartLine, hasFlowController, setEndLine, setHasFlowController, setLine, setParent, setStartLine, writeOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface railo.transformer.bytecode.statement.tag.Tag
getEndLine, getStartLine, setEndLine, setStartLine
 
Methods inherited from interface railo.transformer.bytecode.Statement
getLine, getParent, hasFlowController, setHasFlowController, setParent, writeOut
 

Constructor Detail

TagImport

public TagImport(int startLine)
Constructor of the class

Parameters:
startLine -

TagImport

public TagImport(int startLine,
                 int endLine)
Constructor of the class

Parameters:
startLine -
endLine -
Method Detail

getPath

public String getPath()
Returns:
the path

setPath

public void setPath(String path)
Parameters:
path - the path to set


Copyright © 2012 Railo