Package hydra.ext.java.syntax
Class StatementWithoutTrailingSubstatement
- java.lang.Object
-
- hydra.ext.java.syntax.StatementWithoutTrailingSubstatement
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<StatementWithoutTrailingSubstatement>
- Direct Known Subclasses:
StatementWithoutTrailingSubstatement.Assert,StatementWithoutTrailingSubstatement.Block,StatementWithoutTrailingSubstatement.Break,StatementWithoutTrailingSubstatement.Continue,StatementWithoutTrailingSubstatement.Do,StatementWithoutTrailingSubstatement.Empty,StatementWithoutTrailingSubstatement.Expression,StatementWithoutTrailingSubstatement.Return,StatementWithoutTrailingSubstatement.Switch,StatementWithoutTrailingSubstatement.Synchronized,StatementWithoutTrailingSubstatement.Throw,StatementWithoutTrailingSubstatement.Try
public abstract class StatementWithoutTrailingSubstatement extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<StatementWithoutTrailingSubstatement>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatementWithoutTrailingSubstatement.Assertstatic classStatementWithoutTrailingSubstatement.Blockstatic classStatementWithoutTrailingSubstatement.Breakstatic classStatementWithoutTrailingSubstatement.Continuestatic classStatementWithoutTrailingSubstatement.Dostatic classStatementWithoutTrailingSubstatement.Emptystatic classStatementWithoutTrailingSubstatement.Expressionstatic interfaceStatementWithoutTrailingSubstatement.PartialVisitor<R>static classStatementWithoutTrailingSubstatement.Returnstatic classStatementWithoutTrailingSubstatement.Switchstatic classStatementWithoutTrailingSubstatement.Synchronizedstatic classStatementWithoutTrailingSubstatement.Throwstatic classStatementWithoutTrailingSubstatement.Trystatic interfaceStatementWithoutTrailingSubstatement.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static NameASSERTstatic NameBLOCKstatic NameBREAKstatic NameCONTINUEstatic NameDOstatic NameEMPTYstatic NameEXPRESSIONstatic NameRETURNstatic NameSWITCHstatic NameSYNCHRONIZEDstatic NameTHROWstatic NameTRYstatic NameTYPE_
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(StatementWithoutTrailingSubstatement.Visitor<R> visitor)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
BLOCK
public static final Name BLOCK
-
EMPTY
public static final Name EMPTY
-
EXPRESSION
public static final Name EXPRESSION
-
ASSERT
public static final Name ASSERT
-
SWITCH
public static final Name SWITCH
-
DO
public static final Name DO
-
BREAK
public static final Name BREAK
-
CONTINUE
public static final Name CONTINUE
-
RETURN
public static final Name RETURN
-
SYNCHRONIZED
public static final Name SYNCHRONIZED
-
THROW
public static final Name THROW
-
TRY
public static final Name TRY
-
-
Method Detail
-
accept
public abstract <R> R accept(StatementWithoutTrailingSubstatement.Visitor<R> visitor)
-
-