| Package | andromeda.util.visitor |
| Class | public class AbstractVisitable |
| Inheritance | AbstractVisitable CoreObject |
| Implements | IVisitable |
| Method | Defined by | ||
|---|---|---|---|
|
Abstract constructor to creates a concrete constructor when this constructor is extended.
| AbstractVisitable | ||
|
Accept a IVisitor object.
| AbstractVisitable | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
| CoreObject | |
![]() |
toString():String
Returns the string representation of this instance.
| CoreObject | |
| AbstractVisitable | () | constructor |
public function AbstractVisitable()Abstract constructor to creates a concrete constructor when this constructor is extended.
| accept | () | method |
public function accept(visitor:IVisitor):voidAccept a IVisitor object. You can overrides this method in complex Visitor pattern implementation.
Parametersvisitor:IVisitor |