Package io.sundr.model
Interface Node
-
- All Known Subinterfaces:
Annotatable,Attributeable,Commentable,Expression,ExpressionOrStatement,Nameable,Renderable,Statement
- All Known Implementing Classes:
AnnotationRef,Assign,AttributeSupport,BinaryExpression,BitwiseAnd,BitwiseOr,Block,Break,Cast,ClassRef,Construct,Continue,Declare,Divide,Do,Enclosed,Equals,For,Foreach,GreaterThan,GreaterThanOrEqual,If,Index,InstanceOf,Inverse,Lambda,LeftShift,LessThan,LessThanOrEqual,LogicalAnd,LogicalOr,Method,MethodCall,Minus,ModifierSupport,Modulo,Multiply,Negative,NewArray,Not,NotEquals,Plus,Positive,PostDecrement,PostIncrement,PreDecrement,PreIncrement,PrimitiveRef,Property,PropertyRef,Return,RightShift,RightUnsignedShift,StringStatement,Switch,Ternary,This,TypeDef,TypeParamDef,TypeParamRef,TypeRef,ValueRef,VoidRef,While,WildcardRef,Xor
public interface Node
-
-
Field Summary
Fields Modifier and Type Field Description static StringATstatic StringCBstatic StringCCstatic StringCLPstatic StringCOLNstatic StringCOMAstatic StringCPstatic StringDOTstatic StringDQstatic StringEMPTYstatic StringEQstatic StringEXTENDSstatic StringGTstatic StringIMPLEMENTSstatic StringINDENTstatic StringJAVA_LANGstatic StringJAVA_LANG_ENUMstatic StringJAVA_LANG_OBJECTstatic StringJAVA_LANG_STRINGstatic StringLTstatic StringNEWLINEstatic StringNEWLINE_PATTERNstatic StringOBstatic StringOCstatic StringOPstatic StringQstatic StringSEMICOLNstatic StringSEMICOLN_SUFFIX_PATTERNstatic StringSPACEstatic StringSTARstatic StringTHROWSstatic StringVARARG
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Stringindent(String s)
-
-
-
Field Detail
-
INDENT
static final String INDENT
- See Also:
- Constant Field Values
-
DOT
static final String DOT
- See Also:
- Constant Field Values
-
COMA
static final String COMA
- See Also:
- Constant Field Values
-
COLN
static final String COLN
- See Also:
- Constant Field Values
-
SEMICOLN
static final String SEMICOLN
- See Also:
- Constant Field Values
-
SEMICOLN_SUFFIX_PATTERN
static final String SEMICOLN_SUFFIX_PATTERN
- See Also:
- Constant Field Values
-
SPACE
static final String SPACE
- See Also:
- Constant Field Values
-
NEWLINE
static final String NEWLINE
- See Also:
- Constant Field Values
-
NEWLINE_PATTERN
static final String NEWLINE_PATTERN
- See Also:
- Constant Field Values
-
AT
static final String AT
- See Also:
- Constant Field Values
-
LT
static final String LT
- See Also:
- Constant Field Values
-
EQ
static final String EQ
- See Also:
- Constant Field Values
-
GT
static final String GT
- See Also:
- Constant Field Values
-
Q
static final String Q
- See Also:
- Constant Field Values
-
DQ
static final String DQ
- See Also:
- Constant Field Values
-
OC
static final String OC
- See Also:
- Constant Field Values
-
STAR
static final String STAR
- See Also:
- Constant Field Values
-
CLP
static final String CLP
- See Also:
- Constant Field Values
-
CC
static final String CC
- See Also:
- Constant Field Values
-
OP
static final String OP
- See Also:
- Constant Field Values
-
CP
static final String CP
- See Also:
- Constant Field Values
-
OB
static final String OB
- See Also:
- Constant Field Values
-
CB
static final String CB
- See Also:
- Constant Field Values
-
VARARG
static final String VARARG
- See Also:
- Constant Field Values
-
THROWS
static final String THROWS
- See Also:
- Constant Field Values
-
EXTENDS
static final String EXTENDS
- See Also:
- Constant Field Values
-
IMPLEMENTS
static final String IMPLEMENTS
- See Also:
- Constant Field Values
-
JAVA_LANG
static final String JAVA_LANG
- See Also:
- Constant Field Values
-
JAVA_LANG_STRING
static final String JAVA_LANG_STRING
- See Also:
- Constant Field Values
-
JAVA_LANG_OBJECT
static final String JAVA_LANG_OBJECT
- See Also:
- Constant Field Values
-
JAVA_LANG_ENUM
static final String JAVA_LANG_ENUM
- See Also:
- Constant Field Values
-
EMPTY
static final String EMPTY
- See Also:
- Constant Field Values
-
-