public interface IModifierNode extends IASNode
dynamic
, final
, native
,
override
, static
, or virtual
.UNKNOWN
Modifier and Type | Method and Description |
---|---|
ASModifier |
getModifier()
Gets the modifier as an
ASModifier . |
String |
getModifierString()
Gets the modifier as a
String . |
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
String getModifierString()
String
.String
such as "final"
.ASModifier getModifier()
ASModifier
.ASModifier
such as ASModifier.FINAL
.Copyright © 2016 The Apache Software Foundation. All rights reserved.