| |
|
| java.lang.Object org.acm.seguin.pretty.LocalVariableLookAhead
LocalVariableLookAhead | class LocalVariableLookAhead (Code) | | Helps determine the size of a local variable for spacing purposes
author: Chris Seguin author: Mike Atkinson |
LocalVariableLookAhead | public LocalVariableLookAhead()(Code) | | Constructor for the LocalVariableLookAhead object
|
computeEqualsLength | public int computeEqualsLength(ASTLocalVariableDeclaration localVariable)(Code) | | Compute the length of the equals
Parameters: localVariable - the local variable the length |
computeReferenceTypeLength | public int computeReferenceTypeLength(ASTReferenceType reference)(Code) | | Compute the length of the type
Parameters: reference - the reference type the type length since: JRefactory 2.7.00 |
computeTypeLength | public int computeTypeLength(ASTLocalVariableDeclaration localVariable)(Code) | | Compute the length of the type
Parameters: localVariable - the local variable the type length |
run | public FieldSize run(SimpleNode body)(Code) | | Main processing method for the LocalVariableLookAhead object
Parameters: body - Description of Parameter Description of the Returned Value |
|
|
|