plugins.JavaRolePluginModule
Class Entity
java.lang.Object
|
+--plugins.JavaRolePluginModule.Entity
- public class Entity
- extends java.lang.Object
Constructor Summary |
Entity(java.lang.String file)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
FILE
public static final int FILE
- See Also:
- Constant Field Values
ENDOFFILE
public static final int ENDOFFILE
- See Also:
- Constant Field Values
CLASSHEAD
public static final int CLASSHEAD
- See Also:
- Constant Field Values
CLASSBODY
public static final int CLASSBODY
- See Also:
- Constant Field Values
ENDOFCLASSBODY
public static final int ENDOFCLASSBODY
- See Also:
- Constant Field Values
METHODHEAD
public static final int METHODHEAD
- See Also:
- Constant Field Values
METHODBODY
public static final int METHODBODY
- See Also:
- Constant Field Values
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
DOCCOMMENT
public static final int DOCCOMMENT
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
EXTRA
public static final int EXTRA
- See Also:
- Constant Field Values
SYNTAXERROR
public static final int SYNTAXERROR
- See Also:
- Constant Field Values
file
public java.lang.String file
type
public int type
startPos
public int startPos
endPos
public int endPos
contentStartPos
public int contentStartPos
Entity
public Entity(java.lang.String file)
getParent
public plugins.JavaRolePluginModule.Entity getParent()
setParent
public void setParent(plugins.JavaRolePluginModule.Entity parent)
addChild
public void addChild(plugins.JavaRolePluginModule.Entity subEntity)
insertChildBefore
public void insertChildBefore(plugins.JavaRolePluginModule.Entity subEntity)
removeCurrentChildAndGetPrevious
public plugins.JavaRolePluginModule.Entity removeCurrentChildAndGetPrevious()
removeCurrentChildAndGetNext
public plugins.JavaRolePluginModule.Entity removeCurrentChildAndGetNext()
getFirstChild
public plugins.JavaRolePluginModule.Entity getFirstChild()
getLastChild
public plugins.JavaRolePluginModule.Entity getLastChild()
getNextChild
public plugins.JavaRolePluginModule.Entity getNextChild()
getPreviousChild
public plugins.JavaRolePluginModule.Entity getPreviousChild()
isAtFirstChild
public boolean isAtFirstChild()
getContent
public java.lang.String getContent()
getContentAndWhitespace
public java.lang.String getContentAndWhitespace()