R - type of visitor resultP - type of visitor contextpublic abstract class IrDocElementVisitor<R,P> extends Object
IrDocElement.| Constructor and Description |
|---|
IrDocElementVisitor() |
| Modifier and Type | Method and Description |
|---|---|
R |
visitArrayType(IrDocArrayType elem,
P context)
Processes
IrDocArrayType. |
R |
visitBasicType(IrDocBasicType elem,
P context)
Processes
IrDocBasicType. |
R |
visitBlock(IrDocBlock elem,
P context)
Processes
IrDocBlock. |
R |
visitComment(IrDocComment elem,
P context)
Processes
IrDocComment. |
R |
visitField(IrDocField elem,
P context)
Processes
IrDocField. |
R |
visitMethod(IrDocMethod elem,
P context)
Processes
IrDocMethod. |
R |
visitMethodParameter(IrDocMethodParameter elem,
P context)
Processes
IrDocMethodParameter. |
R |
visitNamedType(IrDocNamedType elem,
P context)
Processes
IrDocNamedType. |
R |
visitQualifiedName(IrDocQualifiedName elem,
P context)
Processes
IrDocQualifiedName. |
R |
visitSimpleName(IrDocSimpleName elem,
P context)
Processes
IrDocSimpleName. |
R |
visitText(IrDocText elem,
P context)
Processes
IrDocText. |
public R visitComment(IrDocComment elem, P context)
IrDocComment.elem - the target elementcontext - the current contextpublic R visitBlock(IrDocBlock elem, P context)
IrDocBlock.elem - the target elementcontext - the current contextpublic R visitSimpleName(IrDocSimpleName elem, P context)
IrDocSimpleName.elem - the target elementcontext - the current contextpublic R visitQualifiedName(IrDocQualifiedName elem, P context)
IrDocQualifiedName.elem - the target elementcontext - the current contextpublic R visitField(IrDocField elem, P context)
IrDocField.elem - the target elementcontext - the current contextpublic R visitMethod(IrDocMethod elem, P context)
IrDocMethod.elem - the target elementcontext - the current contextpublic R visitText(IrDocText elem, P context)
IrDocText.elem - the target elementcontext - the current contextpublic R visitMethodParameter(IrDocMethodParameter elem, P context)
IrDocMethodParameter.elem - the target elementcontext - the current contextpublic R visitBasicType(IrDocBasicType elem, P context)
IrDocBasicType.elem - the target elementcontext - the current contextpublic R visitNamedType(IrDocNamedType elem, P context)
IrDocNamedType.elem - the target elementcontext - the current contextpublic R visitArrayType(IrDocArrayType elem, P context)
IrDocArrayType.elem - the target elementcontext - the current contextCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.