isAbstract, localOptimization, m, methodIndex, realName, stream, symbolTable
Constructor and Description |
---|
MethodGen24()
Public zero-argument constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
abstractMethod(Hashtable symbolTable,
MethodEntry m,
PrintWriter stream)
|
protected void |
defaultFactoryMethod(Hashtable symbolTable,
MethodEntry m,
PrintWriter stream)
|
protected void |
helperFactoryMethod(Hashtable symbolTable,
MethodEntry m,
SymtabEntry t,
PrintWriter stream)
|
protected void |
interfaceMethod(Hashtable symbolTable,
MethodEntry m,
PrintWriter stream)
|
protected void |
writeMethodSignature()
|
protected void |
writeParmList(MethodEntry m,
boolean listTypes,
PrintWriter stream)
Print the parameter list for the factory method.
|
dispatchSkeleton, generate, isValueInitializer, localstub, passType, serverMethodName, skeleton, stub, writeCreateReply, writeDispatchCall, writeLocalStubBody, writeMethodCall, writeParmType, writeStubBody
protected void writeParmList(MethodEntry m, boolean listTypes, PrintWriter stream)
m
- The method to list parameters forlistTypes
- If try, declare the parms, otherwise just list themstream
- The PrintWriter to print onprotected void helperFactoryMethod(Hashtable symbolTable, MethodEntry m, SymtabEntry t, PrintWriter stream)
protected void abstractMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream)
protected void defaultFactoryMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream)
protected void writeMethodSignature()
writeMethodSignature
in class MethodGen
protected void interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream)
interfaceMethod
in class MethodGen
Copyright © 2021 JBoss by Red Hat. All rights reserved.