railo.transformer.bytecode.statement
Class Abort

java.lang.Object
  extended by railo.transformer.bytecode.statement.StatementBase
      extended by railo.transformer.bytecode.statement.Abort
All Implemented Interfaces:
Statement

public final class Abort
extends StatementBase


Constructor Summary
Abort(int line)
           
 
Method Summary
 void _writeOut(BytecodeContext bc)
          write out the stament to the adater
 
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, toString, wait, wait, wait
 

Constructor Detail

Abort

public Abort(int line)
Method Detail

_writeOut

public void _writeOut(BytecodeContext bc)
               throws BytecodeException
Description copied from class: StatementBase
write out the stament to the adater

Specified by:
_writeOut in class StatementBase
Throws:
BytecodeException
See Also:
StatementBase._writeOut(railo.transformer.bytecode.BytecodeContext)


Copyright © 2012 Railo