Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E G I M N O P S T V W

A

AbstractParenPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck.
Abstract class for checking the padding of parentheses.
AbstractParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
Sets the paren pad otion to nospace.

B

beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
 

C

checkConfig - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest
 
checkConfig - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
 
checkConfig - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
 
com.puppycrawl.tools.checkstyle.checks.whitespace - package com.puppycrawl.tools.checkstyle.checks.whitespace
Contains the checks that are bundled with the main distribution.

E

EOL - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
Require that the operator is at the end of the line.
EmptyForIteratorPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck.
Checks the padding of an empty for iterator; that is whether a space is required at an empty for iterator, or such spaces are forbidden.
EmptyForIteratorPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
Sets the paren pad otion to nospace.
EmptyForIteratorPadCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest.
 
EmptyForIteratorPadCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest
 

G

getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
 
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
 

I

isFollowsEmptyForIterator(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
 

M

mAllowLineBreaks - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
Whether whitespace is allowed if the AST is at a linebreak
mAllowLineBreaks - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
Whether whitespace is allowed if the AST is at a linebreak
mCheckConfig - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest
 
mCheckConfig - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 

N

NL - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
Require that the operator is on a new line.
NOSPACE - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
Represents no spacing following a left parenthesis or preceding a right one.
NoWhitespaceAfterCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck.
Checks that there is no whitespace after a token.
NoWhitespaceAfterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
 
NoWhitespaceAfterCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest.
 
NoWhitespaceAfterCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest
 
NoWhitespaceBeforeCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck.
Checks that there is no whitespace before a token.
NoWhitespaceBeforeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
NoWhitespaceBeforeCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest.
 
NoWhitespaceBeforeCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
 

O

OperatorWrapCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck.
Checks line wrapping for operators.
OperatorWrapCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
Sets the operator wrap option to new line.
OperatorWrapCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest.
 
OperatorWrapCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
 
OperatorWrapOption - class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption.
Represents the options for wrapping on an operator.
OperatorWrapOption(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
Creates a new OperatorWrapOption instance.

P

PadOption - class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption.
Represents the options for whitespace around parentheses.
PadOption(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
Creates a new PadOption instance.
ParenPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck.
Checks the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden, with the exception that it does not check for padding of the right parenthesis at an empty for iterator.
ParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
 
ParenPadCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest.
 
ParenPadCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest
 
processLeft(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
Process a token representing a left parentheses.
processRight(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
Process a token representing a right parentheses.

S

SPACE - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
Represents mandatory spacing following a left parenthesis and preceeing a right one.
STR_TO_OPT - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
maps from a string representation to an option
STR_TO_OPT - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
maps from a string representation to an option
setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
Control whether whitespace is flagged at linebreaks.
setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
Control whether whitespace is flagged at linebreaks.
setUp() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest
 
setUp() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest
 
setUp() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
 
setUp() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
 
setUp() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 

T

TabCharacterCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck.
Reports tab characters ('\t') in the source code.
TabCharacterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
 
TabCharacterCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheckTest.
 
TabCharacterCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheckTest
 
TypecastParenPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck.
Checks the padding of parentheses for typecasts.
TypecastParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
TypecastParenPadCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheckTest.
 
TypecastParenPadCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheckTest
 
testAssignEOL() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
 
testCast() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 
testDefaultForIterator() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest
 
testDot() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
 
testDotAllowLineBreaks() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest
 
testDotAllowLineBreaks() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
 
testEmptyForIterator() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 
testIt() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheckTest
 
testIt() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundTest
 
testIt2() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundTest
 
testIt3() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundTest
 
testOpWrapEOL() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
 
testSemi() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 
testSpace() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest
 
testSpace() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheckTest
 
testSpaceEmptyForIterator() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest
 
testSpaceOption() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest
 

V

visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
 

W

WhitespaceAfterCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck.
Checks that a token is followed by whitespace, with the exception that it does not check for whitespace after the semicolon of an empty for iterator.
WhitespaceAfterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
 
WhitespaceAfterCheckTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest.
 
WhitespaceAfterCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
 
WhitespaceAroundCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck.
Checks that a token is surrounded by whitespace.
WhitespaceAroundCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
 
WhitespaceAroundTest - class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundTest.
 
WhitespaceAroundTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundTest
 

A B C E G I M N O P S T V W