public static final class InternalCompilerException.NodeInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the name of the Java class of the node.
|
String |
getDescription()
Returns a text description of the node; typically toString().
|
SourceInfo |
getSourceInfo()
Returns the node's source info, if available; otherwise
null . |
public String getClassName()
public String getDescription()
public SourceInfo getSourceInfo()
null
.Copyright © 2018. All rights reserved.