Package org.jboss.jdeparser
Class AbstractMethodJCall
- java.lang.Object
-
- org.jboss.jdeparser.AbstractJExpr
-
- org.jboss.jdeparser.AbstractJCall
-
- org.jboss.jdeparser.AbstractMethodJCall
-
- All Implemented Interfaces:
AllowedStatementExpression
,JCall
,JExpr
,JSimpleArgs
,Writable
- Direct Known Subclasses:
DirectJCall
,InstanceJCall
,StaticJCall
abstract class AbstractMethodJCall extends AbstractJCall
-
-
Constructor Summary
Constructors Constructor Description AbstractMethodJCall(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getName()
void
write(SourceFileWriter writer)
-
Methods inherited from class org.jboss.jdeparser.AbstractJCall
arg, arguments, blockComment, diamond, lineComment, typeArg, typeArg, typeArg, typeArguments, writeTypeArgs
-
Methods inherited from class org.jboss.jdeparser.AbstractJExpr
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, of, or, paren, plus, prec, shl, shr, times
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.jdeparser.JExpr
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, or, paren, plus, shl, shr, times
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classAbstractJCall
- Throws:
java.io.IOException
-
-