public interface IStatementNode extends IASNode
These are:
if
, else if
, and else
for
, for
-in
,
and for
-each
-in
while
and do
-while
switch
, case
, and default
try
, catch
, and finally
with
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IASNode |
getStatementContentsNode()
returns the contents contained with the statement
|
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
IASNode getStatementContentsNode()
IScopedNode
Copyright © 2016 The Apache Software Foundation. All rights reserved.