public class WhileLoopNode extends ConditionalNode implements IWhileLoopNode
do or with
a while.IWhileLoopNode.WhileLoopKindconditionalNodecontentsNodeemptyNodeArray, parentUNKNOWN| Constructor and Description |
|---|
WhileLoopNode(IASToken keyword)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IWhileLoopNode.WhileLoopKind |
getKind()
Returns the kind of the while loop
|
ASTNodeID |
getNodeID()
Get the opcode of this node
|
getChild, getChildCount, getConditionalExpressionNode, getConditionalNode, setConditionalExpressiongetContentsNode, getStatementContentsNode, initBlockNodeisTerminalanalyze, buildInnerString, buildStringRecursive, canContinueContainmentSearch, collectImportNodes, combineAttributes, connectedToProjectScope, contains, endAfter, endAfter, endBefore, endBefore, fillInOffsets, getAbsoluteEnd, getAbsoluteStart, getAncestorOfType, getASScope, getContainingFilePath, getContainingNode, getContainingScope, getEnd, getFileScope, getFileSpecification, getInnerString, getNodeKind, getPackageName, getParent, getScopeNode, getSpanningStart, getStart, getSucceedingNode, getWorkspace, isTransparent, looselyContains, normalize, replaceChild, runPostProcess, setChildren, setParent, span, span, span, startAfter, startAfter, startBefore, startBefore, swapChildren, toString, tryGetOffsetLookup, verifygetColumn, getEndColumn, getEndLine, getLine, getLineColumnString, getOffsetsString, getSourcePath, getSourcePathString, setColumn, setEnd, setEndColumn, setEndLine, setLine, setSourceLocation, setSourcePath, setStart, span, spanclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConditionalExpressionNodegetStatementContentsNodecontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartpublic WhileLoopNode(IASToken keyword)
keyword - The token representing the while keyword.public ASTNodeID getNodeID()
IASNodegetNodeID in interface IASNodegetNodeID in class ConditionalNodepublic IWhileLoopNode.WhileLoopKind getKind()
IWhileLoopNodegetKind in interface IWhileLoopNodeIWhileLoopNode.WhileLoopKindCopyright © 2016 The Apache Software Foundation. All rights reserved.