public interface JavaModel extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getCodeBlock() |
int |
getLineNumber()
The line number where this element started
|
JavaSource |
getSource()
The compilation unit, which includes the imports, the public and anonymous classes
|
String getCodeBlock()
JavaSource getSource()
JavaSource
of this elementint getLineNumber()
Copyright © 2002–2014. All rights reserved.