Modifier and Type | Method and Description |
---|---|
void |
IMXMLEmitter.emitEventSpecifier(IMXMLEventSpecifierNode node) |
Modifier and Type | Method and Description |
---|---|
static MethodInfo |
MXMLClassDirectiveProcessor.createEventHandlerMethodInfo(ICompilerProject project,
IMXMLEventSpecifierNode eventNode,
String handlerName)
Creates a MethodInfo describing the signature for an autogenerated
MXML event handler method corresponding to an MXMLEventSpecifierNode.
|
Name |
MXMLClassDirectiveProcessor.getEventHandlerName(IMXMLEventSpecifierNode eventNode)
Determines the Name of the event handler method for an event node.
|
Modifier and Type | Method and Description |
---|---|
void |
MXMLEmitter.emitEventSpecifier(IMXMLEventSpecifierNode node) |
void |
MXMLBlockWalker.visitEventSpecifier(IMXMLEventSpecifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFlexJSEmitter.emitEventSpecifier(IMXMLEventSpecifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLVF2JSEmitter.emitEventSpecifier(IMXMLEventSpecifierNode node) |
Constructor and Description |
---|
MXMLEventHandlerScope(IMXMLEventSpecifierNode eventSpecifierNode) |
Modifier and Type | Method and Description |
---|---|
static IMXMLEventSpecifierNode |
SemanticUtils.getMXMLEventSpecifierContent(IASNode iNode) |
Modifier and Type | Method and Description |
---|---|
IMXMLEventSpecifierNode |
IMXMLClassReferenceNode.getEventSpecifierNode(String name)
Gets the child node specifying a particular event.
|
IMXMLEventSpecifierNode[] |
IMXMLClassReferenceNode.getEventSpecifierNodes()
Gets all the child nodes that specify events.
|
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitEventSpecifier(IMXMLEventSpecifierNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.