| java.lang.Object xtc.tree.Node xtc.tree.Annotation xtc.tree.LineMarker
LineMarker | public class LineMarker extends Annotation (Code) | | A line marker (as used by GCC).
author: Robert Grimm version: $Revision: 1.9 $ |
Constructor Summary | |
public | LineMarker(int line, String file, int flags, Node node) Create a new line marker. |
FLAG_EXTERN_C | final public static int FLAG_EXTERN_C(Code) | | The extern C flag.
|
FLAG_RETURN_TO_FILE | final public static int FLAG_RETURN_TO_FILE(Code) | | The return to file flag.
|
FLAG_START_FILE | final public static int FLAG_START_FILE(Code) | | The start file flag.
|
FLAG_SYSTEM_HEADER | final public static int FLAG_SYSTEM_HEADER(Code) | | The system header flag.
|
flags | public int flags(Code) | | The flags.
|
line | public int line(Code) | | The line number.
|
LineMarker | public LineMarker(int line, String file, int flags, Node node)(Code) | | Create a new line marker.
Parameters: line - The line number. Parameters: file - The file name. Parameters: flags - The flags. Parameters: node - The marked node. |
hasTraversal | public boolean hasTraversal()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|