Class Trees.Template
- java.lang.Object
-
- org.immutables.generator.processor.Trees.Template
-
- All Implemented Interfaces:
Trees.Block,Trees.Directive,Trees.InvokableStatement,Trees.TemplatePart,Trees.UnitPart
- Direct Known Subclasses:
ImmutableTrees.Template
- Enclosing class:
- Trees
@Immutable public abstract static class Trees.Template extends java.lang.Object implements Trees.Directive, Trees.Block, Trees.UnitPart, Trees.InvokableStatement
-
-
Constructor Summary
Constructors Constructor Description Template()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPublic()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.immutables.generator.processor.Trees.Block
parts
-
Methods inherited from interface org.immutables.generator.processor.Trees.InvokableStatement
declaration
-
-
-
-
Method Detail
-
isPublic
@Default public boolean isPublic()
-
-