Klasse WrapPreparator
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungWrapPreparator(TokenManager tokenManager, DefaultCodeFormatterOptions options, int kind) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidendVisit(DoStatement node) End of visit the given type-specific AST node.voidvoidVisits the given AST node following the type-specific visit (afterendVisit).booleanVisits the given AST node prior to the type-specific visit (beforevisit).booleanVisits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanvisit(ArrayInitializer node) Visits the given type-specific AST node.booleanvisit(AssertStatement node) Visits the given type-specific AST node.booleanvisit(Assignment node) Visits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanvisit(CatchClause node) Visits the given type-specific AST node.booleanvisit(ClassInstanceCreation node) Visits the given type-specific AST node.booleanvisit(ConditionalExpression node) Visits the given type-specific AST node.booleanvisit(ConstructorInvocation node) Visits the given type-specific AST node.booleanvisit(CreationReference node) Visits the given type-specific AST node.booleanvisit(DoStatement node) Visits the given type-specific AST node.booleanvisit(EnhancedForStatement node) Visits the given type-specific AST node.booleanvisit(EnumConstantDeclaration node) Visits the given type-specific AST node.booleanvisit(EnumDeclaration node) Visits the given type-specific AST node.booleanvisit(ExportsDirective node) Visits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanvisit(FieldAccess node) Visits the given type-specific AST node.booleanvisit(FieldDeclaration node) Visits the given type-specific AST node.booleanvisit(ForStatement node) Visits the given type-specific AST node.booleanvisit(IfStatement node) Visits the given type-specific AST node.booleanvisit(InfixExpression node) Visits the given type-specific AST node.booleanvisit(LambdaExpression node) Visits the given type-specific AST node.booleanvisit(MethodDeclaration node) Visits the given type-specific AST node.booleanvisit(MethodInvocation node) Visits the given type-specific AST node.booleanvisit(NormalAnnotation node) Visits the given type-specific AST node.booleanvisit(OpensDirective node) Visits the given type-specific AST node.booleanvisit(PackageDeclaration node) Visits the given type-specific AST node.booleanvisit(ParameterizedType node) Visits the given type-specific AST node.booleanvisit(ProvidesDirective node) Visits the given type-specific AST node.booleanvisit(QualifiedName node) Visits the given type-specific AST node.booleanvisit(RecordDeclaration node) Visits the given type-specific AST node.booleanvisit(SingleMemberAnnotation node) Visits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanvisit(SuperFieldAccess node) Visits the given type-specific AST node.booleanvisit(SuperMethodInvocation node) Visits the given type-specific AST node.booleanvisit(SuperMethodReference node) Visits the given type-specific AST node.booleanvisit(SwitchCase node) Visits the given type-specific AST node.booleanvisit(SwitchExpression node) Visits the given type-specific AST node.booleanvisit(SwitchStatement node) Visits the given type-specific AST node.booleanvisit(ThisExpression node) Visits the given type-specific AST node.booleanvisit(TryStatement node) Visits the given type-specific AST node.booleanvisit(TypeDeclaration node) Visits the given type-specific AST node.booleanvisit(TypeMethodReference node) Visits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanVisits the given type-specific AST node.booleanvisit(WhileStatement node) Visits the given type-specific AST node.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.core.dom.ASTVisitor
endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, preVisit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
-
Konstruktordetails
-
WrapPreparator
-
-
Methodendetails
-
preVisit2
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given AST node prior to the type-specific visit (beforevisit).The default implementation calls
ASTVisitor.preVisit(ASTNode)and then returns true. Subclasses may reimplement.- Setzt außer Kraft:
preVisit2in KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueifvisit(node)should be called, andfalseotherwise.- Siehe auch:
-
postVisit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given AST node following the type-specific visit (afterendVisit).The default implementation does nothing. Subclasses may reimplement.
- Setzt außer Kraft:
postVisitin KlasseASTVisitor- Parameter:
node- the node to visit
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may re-implement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
endVisit
Beschreibung aus Klasse kopiert:ASTVisitorEnd of visit the given type-specific AST node.The default implementation does nothing. Subclasses may reimplement.
- Setzt außer Kraft:
endVisitin KlasseASTVisitor- Parameter:
node- the node to visit
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may re-implement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may re-implement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may re-implement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may re-implement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may re-implement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
visit
Beschreibung aus Klasse kopiert:ASTVisitorVisits the given type-specific AST node.The default implementation does nothing and return true. Subclasses may reimplement.
- Setzt außer Kraft:
visitin KlasseASTVisitor- Parameter:
node- the node to visit- Gibt zurück:
trueif the children of this node should be visited, andfalseif the children of this node should be skipped
-
finishUp
-